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

Trigger environments pipeline after build (#6)

parent 6c750340
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,12 @@ script:
after_success:
- .scripts/travis/push-image.sh content-store
deploy:
provider: script
script: .scripts/travis/downstream.sh environments "Update content-store to $TRAVIS_COMMIT"
on:
branch: master
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