-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1186ebc
commit 1b76cd2
Showing
1 changed file
with
5 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 |
---|---|---|
|
@@ -194,14 +194,18 @@ jobs: | |
chmod +x /tmp/opm | ||
/tmp/opm alpha render-template semver -o yaml < ./catalog/everest-operator/veneer.yaml > ./catalog/everest-operator/catalog.yaml | ||
# configure userdata for commits | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "Everest RC CI triggered by ${{ github.actor }}" | ||
git commit -a -m "update version" | ||
git push origin $BRANCH_NAME | ||
# comment tags to not trigger the existing workflow in the catalog repo | ||
# git tag $GH_TAG | ||
# git push origin $GH_TAG | ||
fi | ||
# TODO: push catalog images | ||
|
||
|
||
# - name: Everest - check out | ||
|