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 7f7c214 commit 8e1a652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ steps:
commands:
- git config user.name "drone-ci"
- git config user.email "[email protected]"
- git remote set-url origin "https://x-access-token:${GITHUB_TOKEN}@github.com/UKHomeOffice/inquiry-charts.git"
- git remote set-url origin "https://${GITHUB_TOKEN}@github.com/UKHomeOffice/inquiry-charts.git"
- git add Chart.yaml index.yaml
- git commit -m "Update Helm chart version to ${DRONE_TAG} and update index.yaml"
- git push origin HEAD
Expand Down

0 comments on commit 8e1a652

Please sign in to comment.