-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated commit from vegaprotocol/terraform/github
- Loading branch information
vega-ci-bot
committed
Jun 10, 2022
1 parent
10f4046
commit 898460a
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,5 +20,7 @@ jobs: | |
git clone [email protected]:vegaprotocol/k8s.git | ||
cd k8s | ||
echo -n "$version" > charts/apps/priceproxy/devnet/VERSION | ||
git commit -am "Automated version update for priceproxy: $version, from repository: $GITHUB_REPOSITORY" | ||
git add -A | ||
git commit -m "Automated version update for priceproxy: $version, from repository: $GITHUB_REPOSITORY" | ||
git pull --rebase | ||
git push |