Same as this commit:

8b324fc8dd
This commit is contained in:
Robert Schäfer 2018-12-10 17:42:12 +01:00
parent 4ba03d1881
commit bd26f738a5
2 changed files with 4 additions and 3 deletions

View File

@ -5,5 +5,6 @@ npm-debug.log
Dockerfile
docker-compose*.yml
scripts/
.env

View File

@ -3,7 +3,7 @@
if [[ -v TRAVIS_TOKEN ]]; then
# You need a Travis token to trigger the build on our meta repository.
# This token will not be available on forks of this repo.
curl -L https://raw.githubusercontent.com/Human-Connection/Human-Connection/master/scripts/trigger_build.sh > trigger_build.sh
chmod +x trigger_build.sh
./trigger_build.sh
curl -L https://raw.githubusercontent.com/Human-Connection/Human-Connection/master/scripts/trigger_build.sh > scripts/trigger_build.sh
chmod +x scripts/trigger_build.sh
./scripts/trigger_build.sh
fi