Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Support skipping public docker build step
Browse files Browse the repository at this point in the history
  • Loading branch information
kj4ezj committed Feb 13, 2021
1 parent a33e3ae commit 63d3132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cicd/generate-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ cat <<EOF
command: "./.cicd/create-docker-from-binary.sh"
agents:
queue: "$BUILDKITE_BUILD_AGENT_QUEUE"
skip: ${SKIP_INSTALL}${SKIP_LINUX}${SKIP_DOCKER}${SKIP_PACKAGE_BUILDER}
skip: ${SKIP_INSTALL}${SKIP_LINUX}${SKIP_DOCKER}${SKIP_PACKAGE_BUILDER}${SKIP_PUBLIC_DOCKER}
timeout: ${TIMEOUT:-10}
EOF
IFS=$oIFS

0 comments on commit 63d3132

Please sign in to comment.