Skip to content

Commit

Permalink
Update test_integration__gitaptly.shell
Browse files Browse the repository at this point in the history
  • Loading branch information
plengauer authored Dec 30, 2024
1 parent 0696fb6 commit 4501c90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/test_integration__gitaptly.shell
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ fi
if [ -n "$GITHUB_TOKEN" ] && type debconf-set-selections; then
echo gitaptly gitaptly/GITHUB_API_TOKEN string $GITHUB_TOKEN | sudo debconf-set-selections
fi
set -f
curl --fail --retry 16 --retry-all-errors https://api.github.com/repos/plengauer/abom-http/releases/latest | jq -r '.assets[].browser_download_url' | grep '.deb$' | xargs wget
curl --fail --retry 16 --retry-all-errors https://api.github.com/repos/plengauer/gitaptly/releases/latest | jq -r '.assets[].browser_download_url' | grep '.deb$' | xargs wget \
&& (DEBIAN_FRONTEND=noninteractive sudo -E apt-get install -y ./*.deb || exit 0) && sleep 5 \
Expand Down

0 comments on commit 4501c90

Please sign in to comment.