There was an error while loading. Please reload this page.
1 parent 9e3d16a commit 7a0f4caCopy full SHA for 7a0f4ca
.github/workflows/lint.yaml
@@ -35,7 +35,7 @@ jobs:
35
- id: variables
36
run: |
37
MAKEFILE=$(find . -name Makefile -print -quit)
38
- if [ ! -z "$MAKEFILE" ]; then
+ if [ -z "$MAKEFILE" ]; then
39
echo dev-tools=gcr.io/cloud-foundation-cicd/cft/developer-tools:1 >> "$GITHUB_OUTPUT"
40
else
41
VERSION=$(grep "DOCKER_TAG_VERSION_DEVELOPER_TOOLS := " $MAKEFILE | cut -d\ -f3)
0 commit comments