File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -65,9 +65,8 @@ export NODE_PROBLEM_DETECTOR_TAR_HASH=$(sha1sum ${ROOT_PATH}/node-problem-detect
65
65
export EXTRA_ENVS=NODE_PROBLEM_DETECTOR_IMAGE=${REGISTRY} /node-problem-detector:${TAG}
66
66
EOF
67
67
68
- set -x
68
+ echo " Written env file ${ROOT_PATH} / ${env_file} : "
69
69
cat ${ROOT_PATH} /${env_file}
70
- set +x
71
70
}
72
71
73
72
function build-pr() {
@@ -94,7 +93,7 @@ function build-ci() {
94
93
install-lib
95
94
export UPLOAD_PATH=" ${NPD_STAGING_PATH} /ci"
96
95
export REGISTRY=" ${NPD_STAGING_REGISTRY} /ci"
97
- export VERSION=$( get-version)
96
+ export VERSION=" $( get-version) - $( date +%Y%m%d.%H%M ) "
98
97
export TAG=" ${VERSION} "
99
98
make push
100
99
write-env-file ${CI_ENV_FILENAME}
@@ -103,6 +102,9 @@ function build-ci() {
103
102
104
103
function get-ci-env() {
105
104
gsutil cp ${NPD_STAGING_PATH} /ci/${CI_ENV_FILENAME} ${ROOT_PATH} /${CI_ENV_FILENAME}
105
+
106
+ echo " Using env file ${ROOT_PATH} /${CI_ENV_FILENAME} :"
107
+ cat ${ROOT_PATH} /${CI_ENV_FILENAME}
106
108
}
107
109
108
110
You can’t perform that action at this time.
0 commit comments