File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -456,7 +456,6 @@ jobs:
456456 key : v1-maven-dependency-cache-versioned-{{ checksum "pom.xml" }}
457457 - *restore-build-binaries-cache
458458
459- - run : ./gradlew --info bintrayUpload | tee -a "/tmp/publish_docker_image_generator_plugin.log"
460459 - run : echo "user=$BINTRAY_USERNAME" > .credentials
461460 - run : echo "password=$BINTRAY_PASSWORD" >> .credentials
462461 - run : echo "realm=Bintray API Realm" >> .credentials
@@ -469,9 +468,6 @@ jobs:
469468 - store_artifacts :
470469 path : /tmp/publish_artifacts.log
471470 destination : publish_artifacts.log
472- - store_artifacts :
473- path : /tmp/publish_docker_image_generator_plugin.log
474- destination : publish_docker_image_generator_plugin.log
475471
476472workflows :
477473 version : 2
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ publish_artifacts() {
2222 echo " </server></servers></settings>" >> $tmp_settings
2323
2424 ./build/mvn -T 1C --settings $tmp_settings -DskipTests " ${PALANTIR_FLAGS[@]} " deploy
25+ git clean -dfx
26+ ./gradlew --info bintrayUpload
2527}
2628
2729make_dist () {
You can’t perform that action at this time.
0 commit comments