File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ set -euo pipefail
44
55[[ -d $PWD /maven && ! -d $HOME /.m2 ]] && ln -s $PWD /maven $HOME /.m2
66
7- spring_commons_artifactory =$( pwd) /spring-commons-artifactory
7+ spring_data_commons_artifactory =$( pwd) /spring-data -commons-artifactory
88
9- rm -rf $HOME /.m2/repository/org/springframework/commons 2> /dev/null || :
9+ rm -rf $HOME /.m2/repository/org/springframework/data/ commons 2> /dev/null || :
1010
11- cd spring-commons-github
11+ cd spring-data- commons-github
1212
1313./mvnw -Pdistribute -Dmaven.test.skip=true clean deploy \
14- -DaltDeploymentRepository=distribution::default::file://${spring_commons_artifactory }
14+ -DaltDeploymentRepository=distribution::default::file://${spring_data_commons_artifactory }
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ image_resource:
88 tag : 8-jdk
99
1010inputs :
11- - name : spring-commons-github
11+ - name : spring-data- commons-github
1212
1313outputs :
14- - name : spring-commons-artifactory
14+ - name : spring-data- commons-artifactory
1515
1616caches :
1717- path : maven
1818
1919run :
20- path : spring-commons-github/ci/build.sh
20+ path : spring-data- commons-github/ci/build.sh
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ set -euo pipefail
44
55[[ -d $PWD /maven && ! -d $HOME /.m2 ]] && ln -s $PWD /maven $HOME /.m2
66
7- rm -rf $HOME /.m2/repository/org/springframework/commons 2> /dev/null || :
7+ rm -rf $HOME /.m2/repository/org/springframework/data/ commons 2> /dev/null || :
88
9- cd spring-commons-github
9+ cd spring-data- commons-github
1010
1111./mvnw clean dependency:list test -P${PROFILE} -Dsort
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ image_resource:
88 tag : 8-jdk
99
1010inputs :
11- - name : spring-commons-github
11+ - name : spring-data- commons-github
1212
1313caches :
1414- path : maven
1515
1616run :
17- path : spring-commons-github/ci/test.sh
17+ path : spring-data- commons-github/ci/test.sh
You can’t perform that action at this time.
0 commit comments