Update test.yml

This commit is contained in:
Peter 2023-07-12 21:07:39 +02:00 committed by GitHub
parent 8563be2872
commit 5468fad669
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -29,10 +29,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Docker
run: |
curl -sSL https://get.docker.com/ | CHANNEL=stable sudo sh
sudo service docker start
#- name: Setup Docker
# run: |
# curl -sSL https://get.docker.com/ | CHANNEL=stable sudo sh
# sudo service docker start
- name: Prepair Image Builds
run: |
cp helper-scripts/docker-compose.override.yml.d/BUILD_FLAGS/docker-compose.override.yml docker-compose.preride.yml