Browse Source

Fix indent

pull/740/head
Tim Kimber 6 years ago
parent
commit
14bca748f2
2 changed files with 3 additions and 2 deletions
  1. +1
    -1
      .github/workflows/run-all-tests.yml
  2. +2
    -1
      test/run-test.sh

+ 1
- 1
.github/workflows/run-all-tests.yml View File

@ -30,7 +30,7 @@ jobs:
- name: Build the docker-compose stack - name: Build the docker-compose stack
run: docker-compose up -d --build run: docker-compose up -d --build
- name: Run test suite on Debian - name: Run test suite on Debian
run: test/run-test.sh debian
run: test/run-test.sh debian
test-duckdns: test-duckdns:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:


+ 2
- 1
test/run-test.sh View File

@ -21,9 +21,10 @@ else
fi fi
docker build --rm -f "test/Dockerfile-$OS" -t "getssl-$OS" . docker build --rm -f "test/Dockerfile-$OS" -t "getssl-$OS" .
# shellcheck disable=SC2086
docker run \ docker run \
--env GETSSL_HOST="$OS.getssl.test" \ --env GETSSL_HOST="$OS.getssl.test" \
-v $(pwd):/getssl \
-v "$(pwd)":/getssl \
--rm \ --rm \
--network getssl_acmenet\ --network getssl_acmenet\
--network-alias $ALIAS \ --network-alias $ALIAS \


Loading…
Cancel
Save