Skip to content

Commit

Permalink
Merge pull request #3303 from donoghuc/docker-compose-fix
Browse files Browse the repository at this point in the history
(maint) Stop installing docker-compose
  • Loading branch information
donoghuc authored Apr 16, 2024
2 parents b0b7725 + 2023632 commit fe314a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/actions/docker_setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ runs:
- name: Bring up containers
shell: bash
run: |
sudo apt install docker-compose
docker-compose -f spec/docker-compose.yml build --parallel
docker-compose -f spec/docker-compose.yml up -d
docker compose -f spec/docker-compose.yml build --parallel
docker compose -f spec/docker-compose.yml up -d
5 changes: 2 additions & 3 deletions .github/actions/sudo_setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ runs:
- name: Bring up containers
shell: bash
run: |
sudo apt install docker-compose
docker-compose -f spec/docker-compose.yml build --parallel
docker-compose -f spec/docker-compose.yml up -d
docker compose -f spec/docker-compose.yml build --parallel
docker compose -f spec/docker-compose.yml up -d
- name: Create non-sudo user
shell: bash
run: |
Expand Down

0 comments on commit fe314a7

Please sign in to comment.