Skip to content

Commit

Permalink
ci: fix chart releaser stage declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniszewski committed Jul 9, 2020
1 parent 9712f6d commit 246bdf1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ pipeline {
GITHUB_TOKEN = credentials('vio-bot-gh-token')
}
steps {
sh 'chart-releaser update --diff --debug'
container('deploy') {
sh 'chart-releaser update --diff --debug'
}
}
}

Expand Down

0 comments on commit 246bdf1

Please sign in to comment.