We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c7695e commit 5e4fed7Copy full SHA for 5e4fed7
.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