Compare commits
1 commit
afce81f97f
...
a492f64717
Author | SHA1 | Date | |
---|---|---|---|
a492f64717 |
1 changed files with 0 additions and 4 deletions
|
@ -40,10 +40,6 @@ has_report() {
|
||||||
# If a base branch is not provided, use the default branch
|
# If a base branch is not provided, use the default branch
|
||||||
base_branch=${BASE_BRANCH:-$(default_branch)}
|
base_branch=${BASE_BRANCH:-$(default_branch)}
|
||||||
|
|
||||||
if in_private_repo; then
|
|
||||||
warn 'Detected that this is a private repo, retrieving the old report will probably fail'
|
|
||||||
fi
|
|
||||||
|
|
||||||
if ! in_private_repo && [ "$JOB_NAME" ]; then
|
if ! in_private_repo && [ "$JOB_NAME" ]; then
|
||||||
url=$(base_report_url "$base_branch")
|
url=$(base_report_url "$base_branch")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue