Skip to content

Commit

Permalink
Another circle fix: dependencies task needs artifactory creds too.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Terhune committed Sep 13, 2016
1 parent 78ec280 commit e89e45e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ machine:
version:
oraclejdk8

checkout:
dependencies:
override:
- ./gradlew dependencies -PsmartThingsArtifactoryUserName="$ARTIFACTORY_USERNAME" -PsmartThingsArtifactoryPassword="$ARTIFACTORY_PASSWORD"
post:
- ./gradlew compileSmartappsGroovy compileDevicetypesGroovy -PsmartThingsArtifactoryUserName="$ARTIFACTORY_USERNAME" -PsmartThingsArtifactoryPassword="$ARTIFACTORY_PASSWORD"

Expand Down

0 comments on commit e89e45e

Please sign in to comment.