Fix the generate_tests.sh to actually be executable.
This commit is contained in:
committed by
Abhilash Raj
parent
dbd4b0d5fa
commit
a43239e6ec
@@ -12,7 +12,7 @@ install:
|
||||
- docker-compose --version
|
||||
|
||||
before_script:
|
||||
- tests/generate_tests.sh
|
||||
- sh tests/generate_tests.sh
|
||||
- docker-compose -f docker-compose.yaml -f docker-test.yaml up -d
|
||||
- docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' mailman-core
|
||||
- docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' mailman-web
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ "$TRAVIS_BRANCH" = "master" ]; then
|
||||
TAG="latest"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user