Skip to content

Commit

Permalink
release: skip WITH_K8S builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ivotron committed Sep 4, 2020
1 parent 74569a0 commit 13f1854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .popper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ steps:
# for the rest, only continue if:
# 1. build is for upstream (getpopper/popper) repo
# 2. build corresponds to docker,python-3.7,no-k8s element of the matrix
if [[ $TRAVIS_PULL_REQUEST != false ]] || [[ $GIT_REMOTE_ORIGIN_URL != "https://github.com/getpopper/popper" ]] || [[ $GIT_BRANCH != "master" ]] || [[ $ENGINE != "docker" ]] || [[ $TRAVIS_PYTHON_VERSION != "3.7" ]] || [[ WITH_K8S == "1" ]]; then
if [[ $TRAVIS_PULL_REQUEST != false ]] || [[ $GIT_REMOTE_ORIGIN_URL != "https://github.com/getpopper/popper" ]] || [[ $GIT_BRANCH != "master" ]] || [[ $ENGINE != "docker" ]] || [[ $TRAVIS_PYTHON_VERSION != "3.7" ]] || [[ -n WITH_K8S ]]; then
exit 78
fi
Expand Down

0 comments on commit 13f1854

Please sign in to comment.