File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,6 @@ for i in "${debs[@]}"; do
5252 debs_with_version+=(" ${i} =${MINA_DEB_VERSION} " )
5353done
5454
55- # Install aptly
56- $SUDO apt-get update
57- $SUDO apt-get install -y aptly
58-
5955# Start aptly
6056source ./scripts/debian/aptly.sh start --codename $MINA_DEB_CODENAME --debians $LOCAL_DEB_FOLDER --component unstable --clean --background
6157
@@ -70,4 +66,4 @@ $SUDO apt-get install --yes --allow-downgrades "${debs_with_version[@]}"
7066
7167
7268# Cleaning up
73- source ./scripts/debian/aptly.sh stop --clean
69+ source ./scripts/debian/aptly.sh stop --clean
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ USER root
1919# afaict this is the last python dependency of any kind in CI
2020RUN apt-get update --yes \
2121 && apt-get install --yes \
22+ aptly \
2223 apt-transport-https \
2324 apt-utils \
2425 awscli \
You can’t perform that action at this time.
0 commit comments