mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-05 06:16:45 -04:00
Remove curl call to wait for container (#616)
This commit is contained in:
@@ -18,7 +18,6 @@ before_install:
|
||||
script:
|
||||
- docker-compose build
|
||||
- docker-compose up -d
|
||||
- while ! curl 127.0.0.1/index.php | grep username; do sleep 1; done;
|
||||
|
||||
after_success:
|
||||
- docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
|
||||
|
||||
Reference in New Issue
Block a user