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

Commit

Permalink
ci: build python image for all protected branches
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumedsde committed Mar 6, 2022
1 parent b50a025 commit d6b9285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

if [ "${CI_COMMIT_REF_NAME}" = "master" ]; then
if [ "${CI_COMMIT_REF_PROTECTED}" = "true" ]; then
VERSION="$(git rev-parse --short HEAD)"
# build python version
docker buildx build . \
Expand Down

0 comments on commit d6b9285

Please sign in to comment.