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:
456
456
key : v1-maven-dependency-cache-versioned-{{ checksum "pom.xml" }}
457
457
- *restore-build-binaries-cache
458
458
459
- - run : ./gradlew --info bintrayUpload | tee -a "/tmp/publish_docker_image_generator_plugin.log"
460
459
- run : echo "user=$BINTRAY_USERNAME" > .credentials
461
460
- run : echo "password=$BINTRAY_PASSWORD" >> .credentials
462
461
- run : echo "realm=Bintray API Realm" >> .credentials
@@ -469,9 +468,6 @@ jobs:
469
468
- store_artifacts :
470
469
path : /tmp/publish_artifacts.log
471
470
destination : publish_artifacts.log
472
- - store_artifacts :
473
- path : /tmp/publish_docker_image_generator_plugin.log
474
- destination : publish_docker_image_generator_plugin.log
475
471
476
472
workflows :
477
473
version : 2
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ publish_artifacts() {
22
22
echo " </server></servers></settings>" >> $tmp_settings
23
23
24
24
./build/mvn -T 1C --settings $tmp_settings -DskipTests " ${PALANTIR_FLAGS[@]} " deploy
25
+ git clean -dfx
26
+ ./gradlew --info bintrayUpload
25
27
}
26
28
27
29
make_dist () {
You can’t perform that action at this time.
0 commit comments