From fad8deff59adba7cdefa2050db8b64b63cbbbb05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Fri, 6 Mar 2020 15:51:21 +0100 Subject: [PATCH] github action test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Bauer --- .github/workflows/ci.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8b24cf8..08b3fd8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,10 +41,12 @@ jobs: steps: - name: Checkout uses: actions/checkout@v1 - - name: build docker containers - run: .github/docker-image-build.sh + # - name: build docker containers + # run: .github/docker-image-build.sh - name: use images build by ci - run: "sed -i -e 's#image: ${IMAGE_REPO}:##g' -e 's#${VERSION}##g' docker-compose.yml" + run: | + "sed -i -e 's#image: ${IMAGE_REPO}:##g' -e 's#${VERSION}##g' docker-compose.yml" + cat docker-compose.yml - name: run docker-compose up run: docker-compose up --detach - name: add autowizard file