diff options
Diffstat (limited to 'demo/deploy.sh')
-rw-r--r-- | demo/deploy.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demo/deploy.sh b/demo/deploy.sh index b11a1e0..f54c09a 100644 --- a/demo/deploy.sh +++ b/demo/deploy.sh @@ -2,6 +2,8 @@ set -e +export NEXUS_DOCKER_REPO=$(cat /opt/config/nexus_docker_repo.txt) + # do not change this, it is already matched with the git repo file structure DOCKER_FILE_DIR='./docker_files' |