Skip to content

Commit 4e9abf6

Browse files
authored
fix: remove commit skip if no changes were detected (#81)
1 parent 5896fac commit 4e9abf6

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/kubernetes.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,6 @@ jobs:
197197
git config user.email "$GIT_USER_EMAIL"
198198
git config user.name "$GIT_USER_NAME"
199199
git add .
200-
if git diff --cached --quiet; then
201-
echo "No changes to commit"
202-
exit 0
203-
fi
204200
git commit -m "chore(deploy): set $ENV image tag to $VERSION"
205201
if [ "$PUSH_TO_ENV_TAG" = "true" ]; then
206202
echo "Set new image tag to $ENV"

0 commit comments

Comments
 (0)