chore(ci): updating branch reference from master to develop(HEAD) (#384) (#385)

* chore(ci): updating branch reference from master to develop(HEAD) (#384)


Signed-off-by: mittachaitu <sai.chaithanya@mayadata.io>
Co-authored-by: sai chaithanya <sai.chaithanya@mayadata.io>
This commit is contained in:
Kiran Mova 2021-09-15 18:58:12 +05:30 committed by GitHub
parent 95428184cc
commit 9d2966057a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 73 additions and 73 deletions

View file

@ -17,7 +17,7 @@ on:
create:
push:
branches:
- master
- develop
- 'v*'
paths-ignore:
- 'docs/**'
@ -148,7 +148,7 @@ jobs:
run: |
BRANCH="${GITHUB_REF##*/}"
CI_TAG=${BRANCH#v}-ci
if [ ${BRANCH} = "master" ]; then
if [ ${BRANCH} = "develop" ]; then
CI_TAG="ci"
fi
echo "TAG=${CI_TAG}" >> $GITHUB_ENV

View file

@ -5,12 +5,12 @@ on:
paths:
- 'deploy/helm/**'
branches:
- master
- develop
pull_request:
paths:
- 'deploy/helm/**'
branches:
- master
- develop
jobs:
lint-test:

View file

@ -23,8 +23,8 @@ on:
- 'changelogs/**'
- '*.md'
branches:
# on pull requests to master and release branches
- master
# on pull requests to develop and release branches
- develop
- 'v*'
jobs:

View file

@ -5,7 +5,7 @@ on:
paths:
- 'deploy/helm/**'
branches:
- master
- develop
jobs:
release:
@ -36,7 +36,7 @@ jobs:
echo "Commiting changes to deploy/helm/charts/crds"
git add deploy/helm/charts/crds
git commit -s -m 'chore(crd): add auto generated crds to helm release'
git push origin master
git push origin develop
fi
- name: Run chart-releaser