Skip to content
Snippets Groups Projects
Unverified Commit 02f9d425 authored by Giorgio Sironi's avatar Giorgio Sironi Committed by GitHub
Browse files

Push image after build success (#4)

parent 9e34bb46
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,9 @@ script:
- docker-compose --file docker-compose.yaml --file docker-compose.test.yaml run app vendor/bin/phpcs -p
- docker-compose --file docker-compose.yaml --file docker-compose.test.yaml run -e APP_ENV=dev app sh -c "bin/console cache:warmup --no-optional-warmers && vendor/bin/phpstan analyse"
after_success:
- .scripts/travis/push-image.sh content-store
if: |
branch = master OR \
branch =~ /^(?:[0-9]|[1-9][0-9]*)\.(?:[0-9]|[1-9][0-9]*)$/ OR \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment