Skip to content

Commit e89e45e

Browse files
author
Jason Terhune
committed
Another circle fix: dependencies task needs artifactory creds too.
1 parent 78ec280 commit e89e45e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

circle.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ machine:
33
version:
44
oraclejdk8
55

6-
checkout:
6+
dependencies:
7+
override:
8+
- ./gradlew dependencies -PsmartThingsArtifactoryUserName="$ARTIFACTORY_USERNAME" -PsmartThingsArtifactoryPassword="$ARTIFACTORY_PASSWORD"
79
post:
810
- ./gradlew compileSmartappsGroovy compileDevicetypesGroovy -PsmartThingsArtifactoryUserName="$ARTIFACTORY_USERNAME" -PsmartThingsArtifactoryPassword="$ARTIFACTORY_PASSWORD"
911

0 commit comments

Comments
 (0)