Commit 18004562 by Leonard Gram

build: fixes permissions issue.

parent d71f1bf4
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment