Skip to content

Commit 333ef6d

Browse files
committed
Push manifest on test/build
Signed-off-by: Patrik Cyvoct <[email protected]>
1 parent d08bb91 commit 333ef6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

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

225-
push-all: push-all-container push-tar-all
225+
push-all: push-all-container push-tar-all push-manifest
226226

227227
push: push-container push-tar
228228

test/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function build-pr() {
128128
export REGISTRY="${NPD_STAGING_REGISTRY}/pr/${PR}"
129129
export VERSION=$(get-version)
130130
export TAG="${VERSION}"
131-
make push
131+
make push-all
132132
write-env-file ${PR_ENV_FILENAME}
133133
}
134134

@@ -138,7 +138,7 @@ function build-ci() {
138138
export REGISTRY="${NPD_STAGING_REGISTRY}/ci"
139139
export VERSION="$(get-version)-$(date +%Y%m%d.%H%M)"
140140
export TAG="${VERSION}"
141-
make push
141+
make push-all
142142

143143
# Create the env file with and without custom flags at the same time.
144144
build-npd-custom-flags

0 commit comments

Comments
 (0)