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