mirror of
https://github.com/10h30/ols-docker-env.git
synced 2026-05-12 15:21:24 +09:00
log sync
This commit is contained in:
+8
-1
@@ -1,4 +1,5 @@
|
||||
language: bash
|
||||
|
||||
sudo: 'required'
|
||||
|
||||
notifications:
|
||||
@@ -22,7 +23,13 @@ install:
|
||||
- docker-compose up -d
|
||||
|
||||
before_script:
|
||||
- curl http://localhost:80/
|
||||
- docker image ls
|
||||
- docker ps
|
||||
- curl -Ik http://localhost:80/
|
||||
|
||||
after_script:
|
||||
- docker-compose stop
|
||||
- docker-compose rm -f
|
||||
|
||||
#after_success:
|
||||
# - if [[ "$TRAVIS_BRANCH" == "master" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user