Skip to content

Commit

Permalink
Experiment
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
mdellweg committed Sep 14, 2023
1 parent b529bef commit 02f141f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/pulp_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,13 +199,7 @@ jobs:
- name: Install httpie and podman-compose
run: |
sudo apt-get update -yq
sudo -E apt-get -yq --no-install-suggests --no-install-recommends install httpie
echo "HTTPIE_CONFIG_DIR=$GITHUB_WORKSPACE/.ci/assets/httpie/" >> $GITHUB_ENV
echo "Working around https://bugs.launchpad.net/ubuntu/+source/libpod/+bug/2024394"
wget https://snapshot.debian.org/archive/debian/20220805T145851Z/pool/main/g/golang-github-containernetworking-plugins/containernetworking-plugins_1.1.1+ds1-1_amd64.deb
sudo dpkg -i containernetworking-plugins_1.1.1+ds1-1_amd64.deb
pip install podman-compose
pip install podman-compose httpie
shell: bash

- name: Build images
Expand Down

0 comments on commit 02f141f

Please sign in to comment.