We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc4de1 commit a745e07Copy full SHA for a745e07
container/build.sh
@@ -67,10 +67,12 @@ fi
67
: "${BRANCH:?}"
68
: "${CEPH_SHA1:?}"
69
: "${ARCH:?}"
70
-: "${CONTAINER_REPO_HOSTNAME:?}"
71
-: "${CONTAINER_REPO_ORGANIZATION:?}"
72
-: "${CONTAINER_REPO_USERNAME:?}"
73
-: "${CONTAINER_REPO_PASSWORD:?}"
+if [[ ${NO_PUSH} != "true" ]] ; then
+ : "${CONTAINER_REPO_HOSTNAME:?}"
+ : "${CONTAINER_REPO_ORGANIZATION:?}"
+ : "${CONTAINER_REPO_USERNAME:?}"
74
+ : "${CONTAINER_REPO_PASSWORD:?}"
75
+fi
76
if [[ ${CI_CONTAINER} != "true" ]] ; then : "${VERSION:?}"; fi
77
78
# check for valid repo auth (if pushing)
0 commit comments