mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Download trigger_build in folder scripts/
This way, it does not get added to our docker images which we upload to docker hub.
This commit is contained in:
parent
31b017f7f6
commit
8b324fc8dd
@ -6,5 +6,6 @@ npm-debug.log
|
||||
|
||||
Dockerfile
|
||||
docker-compose*.yml
|
||||
scripts/
|
||||
|
||||
.env
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user