Another circle fix: dependencies task needs artifactory creds too.

This commit is contained in:
Jason Terhune
2016-09-13 08:47:22 -05:00
parent 78ec280e83
commit e89e45e000

View File

@@ -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"