Skip to content

Commit 846c3d1

Browse files
leonspreevejd
authored andcommitted
Diagnostics
1 parent 266a8d6 commit 846c3d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/build

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ set -e
55
# Exit immediately if a command accesses an undeclared variable
66
set -u
77

8+
[[ -n "${PIP_REPO_HOST_WITH_CREDS:?}" ]] \
9+
&& [[ -n "${PIP_REPO_USERNAME:?}" ]] \
10+
&& [[ -n "${PIP_REPO_PASSWORD:?}" ]]
11+
812
docker-compose build

0 commit comments

Comments
 (0)