Skip to content

Commit

Permalink
Excavator: Render CircleCI file using template specified in .circleci…
Browse files Browse the repository at this point in the history
…/template.sh (#56)
  • Loading branch information
svc-excavator-bot authored and dansanduleac committed Jul 30, 2018
1 parent a57bca3 commit f0520f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
# the cache with the original modification dates, but the source's modification date in CI is the time of checkout.
# Manually touch all of the cache output to mark it as being generated after source was checked out.
- run: find out -exec touch {} \;
- run: ./godelw publish bintray --url https://api.bintray.com --subject palantir --repository releases --username "$BINTRAY_USERNAME" --password "$BINTRAY_PASSWORD" --publish --downloads-list
- run: ./godelw publish bintray --url https://api.bintray.com --subject palantir --repository releases --product "$CIRCLE_PROJECT_REPONAME" --username "$BINTRAY_USERNAME" --password "$BINTRAY_PASSWORD" --publish --downloads-list

### Workflows ###
requires_products: &requires_products
Expand Down

0 comments on commit f0520f0

Please sign in to comment.