Skip to content

Commit 9444907

Browse files
authored
Remove ENABLE_JOURNALD=0 from cloudbuild.yaml
1 parent d1166d3 commit 9444907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cloudbuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ steps:
1818
- |
1919
echo "Building/Pushing NPD containers"
2020
apk add musl-dev gcc
21-
ENABLE_JOURNALD=0 make push-container
21+
make push-container
2222
substitutions:
2323
# _GIT_TAG will be filled with a git-based tag for the image, of the form vYYYYMMDD-hash, and
2424
# can be used as a substitution

0 commit comments

Comments
 (0)