mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ci/cd - delete temp compose downgrade
This commit is contained in:
parent
423e3b4a39
commit
95c796c1ee
1 changed files with 5 additions and 5 deletions
10
.github/workflows/test-core.yml
vendored
10
.github/workflows/test-core.yml
vendored
|
|
@ -26,11 +26,11 @@ jobs:
|
|||
run: docker pull ghcr.io/bunkerity/bunkerweb-tests:${{ inputs.RELEASE }} && docker tag ghcr.io/bunkerity/bunkerweb-tests:${{ inputs.RELEASE }} bunkerweb-tests
|
||||
- name: Pull Scheduler image
|
||||
run: docker pull ghcr.io/bunkerity/scheduler-tests:${{ inputs.RELEASE }} && docker tag ghcr.io/bunkerity/scheduler-tests:${{ inputs.RELEASE }} scheduler-tests
|
||||
# Temp fix "is not connected to the network" until compose v2.19.1 is available
|
||||
- name: Downgrade compose
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y --allow-downgrades moby-compose=2.18.1+azure-ubuntu22.04u2
|
||||
# # Temp fix "is not connected to the network" until compose v2.19.1 is available
|
||||
# - name: Downgrade compose
|
||||
# run: |
|
||||
# sudo apt update
|
||||
# sudo apt install -y --allow-downgrades moby-compose=2.18.1+azure-ubuntu22.04u2
|
||||
# Run test
|
||||
- name: Run test
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue