File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -456,6 +456,7 @@ 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"
459
460
- run : echo "user=$BINTRAY_USERNAME" > .credentials
460
461
- run : echo "password=$BINTRAY_PASSWORD" >> .credentials
461
462
- run : echo "realm=Bintray API Realm" >> .credentials
@@ -468,6 +469,9 @@ jobs:
468
469
- store_artifacts :
469
470
path : /tmp/publish_artifacts.log
470
471
destination : publish_artifacts.log
472
+ - store_artifacts :
473
+ path : /tmp/publish_docker_image_generator_plugin.log
474
+ destination : publish_docker_image_generator_plugin.log
471
475
472
476
workflows :
473
477
version : 2
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ publish_artifacts() {
21
21
echo " <password>$BINTRAY_PASSWORD </password>" >> $tmp_settings
22
22
echo " </server></servers></settings>" >> $tmp_settings
23
23
24
- ./gradlew --info bintrayUpload
25
24
./build/mvn -T 1C --settings $tmp_settings -DskipTests " ${PALANTIR_FLAGS[@]} " deploy
26
25
}
27
26
You can’t perform that action at this time.
0 commit comments