mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
build: fixes permissions issue.
This commit is contained in:
parent
d71f1bf4bc
commit
18004562a6
@ -26,7 +26,8 @@ fi
|
||||
set -e
|
||||
|
||||
# Setup environment
|
||||
cp scripts/build/update_repo/aptly.conf /etc/aptly.conf
|
||||
cp scripts/build/update_repo/aptly.conf ~/.aptly.conf
|
||||
|
||||
mkdir -p /deb-repo/db \
|
||||
/deb-repo/repo \
|
||||
/deb-repo/tmp
|
||||
|
@ -26,6 +26,7 @@ set -e
|
||||
|
||||
# Setup environment
|
||||
BUCKET="gs://$GCP_REPO_BUCKET/$RELEASE_TYPE/$REPO"
|
||||
|
||||
mkdir -p /rpm-repo
|
||||
|
||||
# Download the database
|
||||
|
Loading…
Reference in New Issue
Block a user