Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
manyb2ns committed Oct 29, 2023
1 parent 2778f39 commit 7894fdf
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/core-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,25 +72,20 @@ jobs:
git config --global user.email ${{ env.git_email }}
git config --global user.name ${{ env.git_user }}
git config --global pull.rebase true
pwd
cd ./kustomize/overlays/dev/
pwd
cd ./kustomize/
git init
git pull https://${{ env.git_user }}:${{ env.git_token }}@${{ env.git_url }}
- name: Edit kustomize file
run: |
pwd
ls -al
tree
cd ./kustomize/overlays/dev/
kustomize edit set image catcher-core-image=${{ env.ecr_url }}:${{ github.sha }}
kustomize build .
cat kustomization.yaml
- name: Commit and Push files
run: |
cd ../..
cd ./kustomize/
git add .
git commit -m "test commit from runner"
git push origin dev

0 comments on commit 7894fdf

Please sign in to comment.