We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 141b82e commit 1481e2bCopy full SHA for 1481e2b
.circleci/config.yml
@@ -456,6 +456,7 @@ jobs:
456
key: v1-maven-dependency-cache-versioned-{{ checksum "pom.xml" }}
457
- *restore-build-binaries-cache
458
459
+ - run: git clean -dfx
460
- run: ./gradlew --info bintrayUpload | tee -a "/tmp/publish_docker_image_generator_plugin.log"
461
- run: echo "user=$BINTRAY_USERNAME" > .credentials
462
- run: echo "password=$BINTRAY_PASSWORD" >> .credentials
0 commit comments