mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Build: allow bash to expand the wildcard (#18354)
If wildcards are in the quotes they not going to be expanded
This commit is contained in:
parent
142c7eb0e6
commit
89a4f30eab
@ -36,7 +36,7 @@ mkdir -p /deb-repo/db \
|
|||||||
gsutil -m rsync -r -d "gs://$GCP_DB_BUCKET/$RELEASE_TYPE" /deb-repo/db
|
gsutil -m rsync -r -d "gs://$GCP_DB_BUCKET/$RELEASE_TYPE" /deb-repo/db
|
||||||
|
|
||||||
# Add the new release to the repo
|
# Add the new release to the repo
|
||||||
cp "$DIST_PATH/*.deb" /deb-repo/tmp
|
cp "$DIST_PATH"/*.deb /deb-repo/tmp
|
||||||
rm /deb-repo/tmp/grafana_latest*.deb || true
|
rm /deb-repo/tmp/grafana_latest*.deb || true
|
||||||
aptly repo add "$REPO" /deb-repo/tmp #adds too many packages in enterprise
|
aptly repo add "$REPO" /deb-repo/tmp #adds too many packages in enterprise
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ mkdir -p /rpm-repo
|
|||||||
gsutil -m rsync -r "$BUCKET" /rpm-repo
|
gsutil -m rsync -r "$BUCKET" /rpm-repo
|
||||||
|
|
||||||
# Add the new release to the repo
|
# Add the new release to the repo
|
||||||
cp "$DIST_PATH/*.rpm" /rpm-repo # adds to many files for enterprise
|
cp "$DIST_PATH"/*.rpm /rpm-repo # adds to many files for enterprise
|
||||||
rm /rpm-repo/grafana-latest-1*.rpm || true
|
rm /rpm-repo/grafana-latest-1*.rpm || true
|
||||||
createrepo /rpm-repo
|
createrepo /rpm-repo
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user