diff options
Diffstat (limited to 'kokoro/gcp_ubuntu/run_build.sh')
-rwxr-xr-x | kokoro/gcp_ubuntu/run_build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kokoro/gcp_ubuntu/run_build.sh b/kokoro/gcp_ubuntu/run_build.sh index 43b01a1ff..bc1fe433c 100755 --- a/kokoro/gcp_ubuntu/run_build.sh +++ b/kokoro/gcp_ubuntu/run_build.sh @@ -33,8 +33,8 @@ bazel build //runsc # Move the runsc binary into "latest" directory, and also a directory with the # current date. -latest_dir="${KOKORO_ARTIFACTS_DIR}"/nightly/latest -today_dir="${KOKORO_ARTIFACTS_DIR}"/nightly/"$(date -Idate)" +latest_dir="${KOKORO_ARTIFACTS_DIR}"/latest +today_dir="${KOKORO_ARTIFACTS_DIR}"/"$(date -Idate)" mkdir -p "${latest_dir}" "${today_dir}" cp bazel-bin/runsc/linux_amd64_pure_stripped/runsc "${latest_dir}" cp bazel-bin/runsc/linux_amd64_pure_stripped/runsc "${today_dir}" |