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 da58386 commit 2778f39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/core-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ 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
git init
git pull https://${{ env.git_user }}:${{ env.git_token }}@${{ env.git_url }}
Expand All @@ -81,6 +83,7 @@ jobs:
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
Expand Down

0 comments on commit 2778f39

Please sign in to comment.