github action test
Signed-off-by: André Bauer <monotek23@gmail.com>
This commit is contained in:
parent
bc950ac931
commit
fad8deff59
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user