mockbuild: use REPO_BUCKET when defining the repo's base URL
Just deduplication of code.
This commit is contained in:
parent
e92b40952b
commit
54f233ac96
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ COMMIT=$(git rev-parse HEAD)
|
|||
REPO_BUCKET=osbuild-composer-repos
|
||||
|
||||
# Public URL for the S3 bucket with our artifacts.
|
||||
MOCK_REPO_BASE_URL="http://osbuild-composer-repos.s3.amazonaws.com"
|
||||
MOCK_REPO_BASE_URL="http://${REPO_BUCKET}.s3.amazonaws.com"
|
||||
|
||||
# Relative path of the repository – used for constructing both the local and
|
||||
# remote paths below, so that they're consistent.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue