Skip to content

Commit

Permalink
Apply CI install docker fix from ansible#1800
Browse files Browse the repository at this point in the history
No-Issue
  • Loading branch information
bmclaughlin committed Aug 15, 2023
1 parent ea0930b commit fca95f2
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 18 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci_standalone-certified-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ jobs:
- name: Install LDAP requirements
run: sudo apt-get install -y libsasl2-dev python3 libldap2-dev libssl-dev build-essential

- name: Install docker-compose
run: pip3 install --upgrade docker-compose

- name: setup oci-env
run: |
git clone https://github.com/pulp/oci_env.git $OCI_ENV_PATH
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci_standalone-community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
- name: Install LDAP requirements
run: sudo apt-get install -y libsasl2-dev python3 libldap2-dev libssl-dev build-essential

- name: Install docker-compose
run: pip3 install --upgrade docker-compose

- name: create the .compose.env file
run: rm -f .compose.env; cp .compose.env.example .compose.env

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci_standalone-iqe-rbac-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
- name: Install LDAP requirements
run: sudo apt-get install -y libsasl2-dev python3 libldap2-dev libssl-dev build-essential

- name: Install docker-compose
run: pip3 install --upgrade docker-compose

- name: create the .compose.env file
run: rm -f .compose.env; cp .compose.env.example .compose.env

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci_standalone-ldap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
- name: Install LDAP requirements
run: sudo apt-get install -y libsasl2-dev python3 libldap2-dev libssl-dev build-essential

- name: Install docker-compose
run: pip3 install --upgrade docker-compose

- name: create the .compose.env file
run: rm -f .compose.env; cp .compose.env.example .compose.env

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci_standalone-rbac-roles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
- name: Install LDAP requirements
run: sudo apt-get install -y libsasl2-dev python3 libldap2-dev libssl-dev build-essential

- name: Install docker-compose
run: pip3 install --upgrade docker-compose

- name: create the .compose.env file
run: rm -f .compose.env; cp .compose.env.example .compose.env

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci_standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
- name: Install LDAP requirements
run: sudo apt-get install -y libsasl2-dev python3 libldap2-dev libssl-dev build-essential

- name: Install docker-compose
run: pip3 install --upgrade docker-compose

- name: create the .compose.env file
run: rm -f .compose.env; cp .compose.env.example .compose.env

Expand Down

0 comments on commit fca95f2

Please sign in to comment.