Skip to content
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.

Commit

Permalink
Fixed Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandor Torok committed Jun 27, 2017
1 parent 5ec182c commit 01b5d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ BuildConfig config = new BuildConfig()
// adjust this to the cluster the application should be deployed to.
// The available values are currently Cluster.DELIVERY, Cluster.PUBLISHING.
// If the app should be deployed in both clusters, put them both in the list
config.deployToClusters = [Cluster.DELIVERY]
config.deployToClusters = [Cluster.PUBLISHING]

entryPointForReleaseAndDev(config)

0 comments on commit 01b5d04

Please sign in to comment.