diff --git a/.circleci/config.yml b/.circleci/config.yml index 781f48b9..63dc0489 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 08e3b47a..3f860547 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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. \ No newline at end of file