Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Vagrant
Commits
c4380943
Commit
c4380943
authored
4 years ago
by
sophia
Browse files
Options
Download
Email Patches
Plain Diff
Update common.sh
parent
78505004
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.ci/common.sh
+3
-2
.ci/common.sh
with
3 additions
and
2 deletions
+3
-2
.ci/common.sh
+
3
-
2
View file @
c4380943
# 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
}
"
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help