We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5896fac commit be4242eCopy full SHA for be4242e
1 file changed
.github/workflows/kubernetes.yaml
@@ -197,10 +197,6 @@ jobs:
197
git config user.email "$GIT_USER_EMAIL"
198
git config user.name "$GIT_USER_NAME"
199
git add .
200
- if git diff --cached --quiet; then
201
- echo "No changes to commit"
202
- exit 0
203
- fi
204
git commit -m "chore(deploy): set $ENV image tag to $VERSION"
205
if [ "$PUSH_TO_ENV_TAG" = "true" ]; then
206
echo "Set new image tag to $ENV"
0 commit comments