changes on fix to .circleci/config.yml,.github/pull_request_template.md,

This commit is contained in:
Alex Collins 2019-10-31 11:22:29 -07:00
parent e0c6fdf79a
commit a08b886bc8
2 changed files with 4 additions and 1 deletions

View file

@ -27,7 +27,7 @@ jobs:
else
echo 'export GIT_PUSH=false' >> $BASH_ENV
fi
- run: . ./scripts/publish.sh
- run: /bin/bash ./scripts/publish.sh
workflows:
version: 2
workflow:

View file

@ -4,3 +4,6 @@ Checklist:
* [ ] Any new values are backwards compatible and/or have sensible default.
* [ ] I have followed the testing instructions in the [contributing guide](https://github.com/argoproj/argo-helm/blob/master/CONTRIBUTING.md).
* [ ] I have signed the CLA and the build is green.
* [ ] I will test my changes again once merged to master and published.
Changes are automatically published when merged to `master`. They are not published on branches.