aptly needs gnupg
This commit is contained in:
parent
5442608424
commit
fdcdbea4f3
|
|
@ -22,9 +22,12 @@ JOB_URL="$CI_PROJECT_URL/-/jobs/$CI_JOB_ID"
|
||||||
COMMIT_URL="$CI_PROJECT_URL/commit/$CI_COMMIT_SHA"
|
COMMIT_URL="$CI_PROJECT_URL/commit/$CI_COMMIT_SHA"
|
||||||
BRANCH_URL="$CI_PROJECT_URL/commits/$CI_COMMIT_REF_NAME"
|
BRANCH_URL="$CI_PROJECT_URL/commits/$CI_COMMIT_REF_NAME"
|
||||||
|
|
||||||
# build apt repo from freshly built .debs
|
depends="aptly gnupg"
|
||||||
$apt_get update
|
$apt_get update
|
||||||
$apt_get install --no-install-recommends aptly
|
$apt_get install --no-install-recommends $depends
|
||||||
|
apt-mark auto $depends
|
||||||
|
|
||||||
|
# build apt repo from freshly built .debs
|
||||||
aptly repo create autobuilt || true
|
aptly repo create autobuilt || true
|
||||||
aptly repo add autobuilt ../*.deb
|
aptly repo add autobuilt ../*.deb
|
||||||
DEB_BUILD_ARCH=`dpkg --print-architecture`
|
DEB_BUILD_ARCH=`dpkg --print-architecture`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue