Skip to content

Commit 19bfd69

Browse files
committed
Allow upgrade to work in docker process
1 parent cb4a6db commit 19bfd69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/upgrade/upgrade_build_gradle.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ trap cleanup_temp_on EXIT
2828
source env.sh
2929
#set password if using vagrant
3030
[ -n "${VAGRANT_JENKINS}" ] && source "${SCRIPT_LIBRARY_PATH}/vagrant-env.sh"
31+
[ -n "${DOCKER_JENKINS}" ] && source "${SCRIPT_LIBRARY_PATH}/docker-env.sh"
3132

3233
#protect user from accidentally upgrading a remote Jenkins
3334
#this should always be localhost

0 commit comments

Comments
 (0)