Skip to content

Commit 63f8100

Browse files
committed
DATACMNS-1462 - Polishing.
1 parent 77bdf0a commit 63f8100

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

ci/build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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}

ci/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ image_resource:
88
tag: 8-jdk
99

1010
inputs:
11-
- name: spring-commons-github
11+
- name: spring-data-commons-github
1212

1313
outputs:
14-
- name: spring-commons-artifactory
14+
- name: spring-data-commons-artifactory
1515

1616
caches:
1717
- path: maven
1818

1919
run:
20-
path: spring-commons-github/ci/build.sh
20+
path: spring-data-commons-github/ci/build.sh

ci/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

ci/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ image_resource:
88
tag: 8-jdk
99

1010
inputs:
11-
- name: spring-commons-github
11+
- name: spring-data-commons-github
1212

1313
caches:
1414
- path: maven
1515

1616
run:
17-
path: spring-commons-github/ci/test.sh
17+
path: spring-data-commons-github/ci/test.sh

0 commit comments

Comments
 (0)