Skip to content

Commit

Permalink
Updating test commit step
Browse files Browse the repository at this point in the history
  • Loading branch information
BobJWalker committed Feb 12, 2024
1 parent 1bd65e4 commit bd132d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 22 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,12 @@ jobs:
if: github.ref == 'refs/heads/main'
- id: commit_test_kustomize_change
name: commit the test kustomize change
uses: EndBug/add-and-commit@v9
with:
add: 'k8s/overlays/test/kustomization.yaml'
message: 'Updating test overlay image tag to ${{ steps.determine_version.outputs.semVer }}'
run : |
git config --global user.name '${{ github.actor }}'
git config --global user.email '${{ github.actor }}@users.noreply.github.com'
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
git checkout "${GITHUB_REF:11}"
git stage 'k8s/overlays/test/kustomization.yaml'
git commit -am "Updating test overlay file to ${{ steps.determine_version.outputs.semVer }}"
git push --set-upstream origin ${GITHUB_REF:11}
if: github.ref == 'refs/heads/main'
18 changes: 0 additions & 18 deletions .github/workflows/deploy-dev-argo.yml

This file was deleted.

0 comments on commit bd132d9

Please sign in to comment.