build: fixes permissions issue.

pull/14924/head
Leonard Gram 7 years ago
parent d71f1bf4bc
commit 18004562a6
  1. 3
      scripts/build/update_repo/update-deb.sh
  2. 1
      scripts/build/update_repo/update-rpm.sh

@ -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…
Cancel
Save