Skip to content

Commit 7a0f4ca

Browse files
chore: update .github/workflows/lint.yaml
1 parent 9e3d16a commit 7a0f4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- id: variables
3636
run: |
3737
MAKEFILE=$(find . -name Makefile -print -quit)
38-
if [ ! -z "$MAKEFILE" ]; then
38+
if [ -z "$MAKEFILE" ]; then
3939
echo dev-tools=gcr.io/cloud-foundation-cicd/cft/developer-tools:1 >> "$GITHUB_OUTPUT"
4040
else
4141
VERSION=$(grep "DOCKER_TAG_VERSION_DEVELOPER_TOOLS := " $MAKEFILE | cut -d\ -f3)

0 commit comments

Comments
 (0)