Skip to content

Commit

Permalink
[ci] release helm if RELEASE_HELM == true
Browse files Browse the repository at this point in the history
In order to push helm charts through a gh-pages branch, the CI
environment must have RELEASE_HELM set to "true"
  • Loading branch information
nvjmayo committed May 21, 2021
1 parent 4e6da0e commit 0636eb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .nvidia-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ release:helm:
variables:
GIT_STRATEGY: clone
only:
variables:
- $RELEASE_HELM == "true"
refs:
- master
- /^v\d+\.\d+\.\d+$/
Expand Down

0 comments on commit 0636eb0

Please sign in to comment.