Skip to content

Commit

Permalink
auto versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
amineabri committed Sep 25, 2024
1 parent 8e1a652 commit d8c8afd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ steps:
commands:
- git config user.name "drone-ci"
- git config user.email "[email protected]"
- git remote set-url origin "https://${GITHUB_TOKEN}@github.com/UKHomeOffice/inquiry-charts.git"
- git fetch origin main
- git checkout main
- git add Chart.yaml index.yaml
- git commit -m "Update Helm chart version to ${DRONE_TAG} and update index.yaml"
- git push origin HEAD
- git push "https://${GITHUB_TOKEN}@github.com/UKHomeOffice/inquiry-charts.git" main
when:
event:
- tag
Expand Down

0 comments on commit d8c8afd

Please sign in to comment.