Skip to content

Commit

Permalink
test: workflow 가동 확인
Browse files Browse the repository at this point in the history
  • Loading branch information
why-only-english committed Jun 13, 2024
1 parent 9bfce4e commit d460a29
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,5 @@ jobs:
cd k8s-manifest-repo
git config --global user.email "[email protected]"
git config --global user.name "why-only-english"
if [ -n "$(git status --porcelain)" ]; then
git commit -am "Update image $ECR_REPOSITORY tag $IMAGE_TAG"
git push -u origin main
else
echo "No changes to commit"
fi
git commit -am "Update image $ECR_REPOSITORY tag $IMAGE_TAG"
git push -u origin main

0 comments on commit d460a29

Please sign in to comment.