github action test

Signed-off-by: André Bauer <monotek23@gmail.com>
This commit is contained in:
André Bauer 2020-03-06 17:01:35 +01:00
parent fad8deff59
commit e6f542bc16

View File

@ -45,7 +45,7 @@ jobs:
# run: .github/docker-image-build.sh # run: .github/docker-image-build.sh
- name: use images build by ci - name: use images build by ci
run: | run: |
"sed -i -e 's#image: ${IMAGE_REPO}:##g' -e 's#${VERSION}##g' docker-compose.yml" sed -i -e 's#image: ${IMAGE_REPO}:##g' -e 's#${VERSION}##g' docker-compose.yml
cat docker-compose.yml cat docker-compose.yml
- name: run docker-compose up - name: run docker-compose up
run: docker-compose up --detach run: docker-compose up --detach