Compare commits
1 commit
a492f64717
...
e5c9b8ab90
Author | SHA1 | Date | |
---|---|---|---|
e5c9b8ab90 |
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ has_report() {
|
|||
# If a base branch is not provided, use the default branch
|
||||
base_branch=${BASE_BRANCH:-$(default_branch)}
|
||||
|
||||
if ! in_private_repo && [ "$JOB_NAME" ]; then
|
||||
if [ "$(in_private_repo)" != 'true' ] && [ "$JOB_NAME" ]; then
|
||||
url=$(base_report_url "$base_branch")
|
||||
|
||||
log "Found previous run at: $url"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue