Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9123329
.travis.yml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
724 B
Subscribers
None
.travis.yml
View Options
language
:
bash
services
:
docker
env
:
-
DOCKER_COMPOSE_VERSION=1.24.1
before_install
:
-
sudo rm /usr/local/bin/docker-compose
-
curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
-
chmod +x docker-compose
-
sudo mv docker-compose /usr/local/bin
script
:
-
./install.sh
-
docker-compose run --rm web createuser --superuser --email test@example.com --password test123TEST
-
docker-compose up -d
-
printf "Waiting for Sentry to be up"; timeout 60 bash -c 'until $(curl -Isf -o /dev/null http://localhost:9000); do printf '.'; sleep 0.5; done'
-
./test.sh
after_failure
:
-
docker-compose ps
-
docker-compose logs
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jun 21, 5:20 PM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3250152
Attached To
R206 getsentry-onpremise
Event Timeline
Log In to Comment