File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,7 @@ anchors:
13
13
GRADLE_ENTERPRISE_CACHE_USERNAME : ((gradle_enterprise_cache_user.username))
14
14
GRADLE_ENTERPRISE_CACHE_PASSWORD : ((gradle_enterprise_cache_user.password))
15
15
docker-hub-task-params : &docker-hub-task-params
16
- DOCKER_HUB_USERNAME : ((docker-hub-username))
17
- DOCKER_HUB_PASSWORD : ((docker-hub-password))
16
+ DOCKER_HUB_MIRROR : ((docker-hub-mirror))
18
17
github-task-params : &github-task-params
19
18
GITHUB_REPO : spring-boot
20
19
GITHUB_ORGANIZATION : spring-projects
Original file line number Diff line number Diff line change @@ -5,8 +5,4 @@ if [[ -d $PWD/embedmongo && ! -d $HOME/.embedmongo ]]; then
5
5
ln -s " $PWD /embedmongo" " $HOME /.embedmongo"
6
6
fi
7
7
8
- if [[ -n $DOCKER_HUB_USERNAME ]]; then
9
- docker login -u $DOCKER_HUB_USERNAME -p $DOCKER_HUB_PASSWORD
10
- fi
11
-
12
8
cleanup_maven_repo " org.springframework.boot"
You can’t perform that action at this time.
0 commit comments