Skip to content

Commit

Permalink
fix yaml lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradeep G authored and Pradeep G committed Jul 4, 2023
1 parent 2832f2b commit 3f3d4fc
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .circleci/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,25 +130,25 @@ jobs:
### updateMasterHelmcharts: This job updates the master branch of helm charts with updated docker image
### tags. Operates on master branch.
updateMasterHelmcharts:
executor: ubuntumachineimage
steps:
- checkout
- run:
command: << pipeline.parameters.tag-gen-command >>
- run:
command: |
URL=https://${GITTOKEN}@github.com/snappyflow/helm-charts.git
echo "HELMURL=$URL" >> $BASH_ENV
pwd
- orbsdk/update_helm_charts:
gittoken: "${GITTOKEN}"
gituser: "${GITUSER}"
directory: "charts/sfapm-python3/charts/sftrace"
imageversion: "${IMAGETAG}"
gitbranch: "master"
helmurl: "${HELMURL}"
### updateHelmCharts: This job updates the development branch of helm charts with updated docker image
updateMasterHelmcharts:
executor: ubuntumachineimage
steps:
- checkout
- run:
command: << pipeline.parameters.tag-gen-command >>
- run:
command: |
URL=https://${GITTOKEN}@github.com/snappyflow/helm-charts.git
echo "HELMURL=$URL" >> $BASH_ENV
pwd
- orbsdk/update_helm_charts:
gittoken: "${GITTOKEN}"
gituser: "${GITUSER}"
directory: "charts/sfapm-python3/charts/sftrace"
imageversion: "${IMAGETAG}"
gitbranch: "master"
helmurl: "${HELMURL}"
### updateDevelopmentHelmCharts: This job updates the development branch of helm charts with updated docker image
### tags. Operates on development branch.
updateDevelopmentHelmcharts:
executor: ubuntumachineimage
Expand Down

0 comments on commit 3f3d4fc

Please sign in to comment.