Skip to content

Commit 1481e2b

Browse files
committed
Clean before bintray upload.
1 parent 141b82e commit 1481e2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ jobs:
456456
key: v1-maven-dependency-cache-versioned-{{ checksum "pom.xml" }}
457457
- *restore-build-binaries-cache
458458

459+
- run: git clean -dfx
459460
- run: ./gradlew --info bintrayUpload | tee -a "/tmp/publish_docker_image_generator_plugin.log"
460461
- run: echo "user=$BINTRAY_USERNAME" > .credentials
461462
- run: echo "password=$BINTRAY_PASSWORD" >> .credentials

0 commit comments

Comments
 (0)