Skip to content

Commit 0cbe107

Browse files
committed
fix e2e again
Signed-off-by: Patrik Cyvoct <[email protected]>
1 parent b105ada commit 0cbe107

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ push-tar: build-tar
243243
push-tar-all: build-tar-all
244244
gsutil cp $(TARBALL-ALL) $(UPLOAD_PATH)/node-problem-detector/
245245

246-
push-all: push-all-container push-manifest push-tar-all
246+
push-all: push-all-container push-manifest push-tar-all push-tar
247247

248248
push: push-container push-tar
249249

test/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ function build-pr() {
131131
export REGISTRY="${NPD_STAGING_REGISTRY}/pr/${PR}"
132132
export VERSION=$(get-version)
133133
export TAG="${VERSION}"
134-
make push
134+
make push-all
135135
write-env-file ${PR_ENV_FILENAME}
136136
}
137137

0 commit comments

Comments
 (0)