changes on fix to .circleci/config.yml,.github/pull_request_template.md,
This commit is contained in:
parent
e0c6fdf79a
commit
a08b886bc8
2 changed files with 4 additions and 1 deletions
|
@ -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:
|
||||
|
|
3
.github/pull_request_template.md
vendored
3
.github/pull_request_template.md
vendored
|
@ -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.
|
Loading…
Reference in a new issue