From c4380943ac085b770cfe8c651dd49bd82dc2f059 Mon Sep 17 00:00:00 2001 From: sophia Date: Thu, 3 Sep 2020 16:01:04 -0500 Subject: [PATCH] Update common.sh --- .ci/common.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.ci/common.sh b/.ci/common.sh index 0b3559bf9..d4e594893 100755 --- a/.ci/common.sh +++ b/.ci/common.sh @@ -1,4 +1,4 @@ -# last-modified: Thu Aug 6 16:45:05 UTC 2020 +# last-modified: Thu Sep 3 20:54:51 UTC 2020 #!/usr/bin/env bash # Path to file used for output redirect @@ -546,5 +546,6 @@ repository="${GITHUB_REPOSITORY}" repo_owner="${repository%/*}" repo_name="${repository#*/}" asset_cache="${ASSETS_PRIVATE_SHORTTERM}/${repository}/${GITHUB_ACTION}" -job_id="${GITHUB_ACTION}-${GITHUB_RUN_ID}" run_number="${GITHUB_RUN_NUMBER}" +run_id="${GITHUB_RUN_ID}" +job_id="${run_id}-${run_number}"