File tree Expand file tree Collapse file tree 6 files changed +8
-6
lines changed Expand file tree Collapse file tree 6 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 33 image : " family/ecs-logging-java-ubuntu-2204"
44
55env :
6- TARBALL_FILE : ${TARBALL_FILE:-dist .tar}
6+ TARBALL_FILE : ${TARBALL_FILE:-artifacts .tar}
77
88steps :
99 - label : " Run the release"
Original file line number Diff line number Diff line change 33 image : " family/ecs-logging-java-ubuntu-2204"
44
55env :
6- TARBALL_FILE : ${TARBALL_FILE:-dist .tar}
6+ TARBALL_FILE : ${TARBALL_FILE:-artifacts .tar}
77
88steps :
99 - label : " Run the snapshot"
Original file line number Diff line number Diff line change @@ -40,4 +40,5 @@ echo "--- Release the binaries to Maven Central :maven: [./mvnw ${GOAL})] ${DRY_
4040./mvnw -V -s .ci/settings.xml -Pgpg clean $GOAL -DskipTests --batch-mode | tee release.txt
4141
4242echo " --- Archive the target folder with jar files"
43- find . -type d -name target -exec find {} -name ' *.jar' -print0 \; | xargs -0 tar -cvf " ${TARBALL_FILE:- dist.tar} "
43+ .ci/published-artifacts-list.sh | tee artifacts.list
44+ tar -cvf " ${TARBALL_FILE:- artifacts.tar} " -T artifacts.list
Original file line number Diff line number Diff line change @@ -37,4 +37,5 @@ echo "--- Deploy the snapshot :package: [./mvnw ${GOAL})] ${DRY_RUN_MSG}"
3737./mvnw -V -s .ci/settings.xml -Pgpg clean ${GOAL} -DskipTests --batch-mode | tee snapshot.txt
3838
3939echo " --- Archive the target folder with jar files"
40- find . -type d -name target -exec find {} -name ' *.jar' -print0 \; | xargs -0 tar -cvf " ${TARBALL_FILE:- dist.tar} "
40+ .ci/published-artifacts-list.sh | tee artifacts.list
41+ tar -cvf " ${TARBALL_FILE:- artifacts.tar} " -T artifacts.list
Original file line number Diff line number Diff line change 7070 contents : write
7171 id-token : write
7272 env :
73- TARBALL_FILE : dist .tar
73+ TARBALL_FILE : artifacts .tar
7474 steps :
7575 - id : buildkite
7676 name : Run Release
Original file line number Diff line number Diff line change 4141 contents : write
4242 id-token : write
4343 env :
44- TARBALL_FILE : dist .tar
44+ TARBALL_FILE : artifacts .tar
4545 steps :
4646 - id : buildkite
4747 name : Run Deploy
You can’t perform that action at this time.
0 commit comments