mockbuild: use REPO_BUCKET when defining the base URL
Just deduplication of code. Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
27693b1949
commit
fbb091c8c8
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,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-website.us-east-2.amazonaws.com"
|
||||
MOCK_REPO_BASE_URL="http://${REPO_BUCKET}.s3-website.us-east-2.amazonaws.com"
|
||||
|
||||
# Distro version in whose buildroot was the RPM built.
|
||||
DISTRO_VERSION=${ID}-${VERSION_ID}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue