Skip to content

Commit cfdf985

Browse files
committed
Remove split-testing from default build-python-private stage
1 parent 4b473e4 commit cfdf985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ ARG RBAC_REVISION
113113
RUN --mount=type=secret,id=github_private_cloud_token \
114114
echo "https://$(cat /run/secrets/github_private_cloud_token):@github.com" > ${HOME}/.git-credentials && \
115115
git config --global credential.helper store && \
116-
make install-packages opts='--without dev --with saml,auth-controller,ldap,workflows,licensing,split-testing' && \
116+
make install-packages opts='--without dev --with saml,auth-controller,ldap,workflows,licensing' && \
117117
make install-private-modules
118118

119119
# * build-python-split-testing [build-python-private]

0 commit comments

Comments
 (0)