Skip to content

Commit

Permalink
Merge pull request #9 from SmartColumbusOS/fix-image-tag
Browse files Browse the repository at this point in the history
Fix string interpolation
  • Loading branch information
jmorris-pillar authored Oct 22, 2019
2 parents a1de4fc + e12e048 commit 79bf7f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ node ('infrastructure') {


doStageIfDeployingToDev('Deploy to Dev') {
deployTo(environment: 'dev', extraArgs: '--set image.tag=${env.DEV_IMAGE_TAG} --set image.pullPolicy=Always --recreate-pods')
}

doStageIfMergedToMaster('Process Dev job') {
scos.devDeployTrigger("joomla-docker")
deployTo(environment: 'dev', extraArgs: "--set image.tag=${env.DEV_IMAGE_TAG} --set image.pullPolicy=Always --recreate-pods")
}

doStageIfMergedToMaster('Deploy to Staging') {
Expand Down Expand Up @@ -75,4 +71,4 @@ def deployTo(params = [:]) {
${extraArgs}
""".trim())
}
}
}
2 changes: 1 addition & 1 deletion joomla.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
image:
tag: 1.1.1
tag: 1.1.2

0 comments on commit 79bf7f5

Please sign in to comment.