Skip to content
Snippets Groups Projects
Commit 94205018 authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Improve CI - fail on curl error

parent d59ab00f
Branches
Tags
1 merge request!23Resolve "Improve CI on failed deploy step"
Pipeline #3613 passed
...@@ -121,4 +121,4 @@ android:deploy: ...@@ -121,4 +121,4 @@ android:deploy:
dependencies: dependencies:
- application:release - application:release
script: script:
- curl "${REPOSITORY_UPDATE_WEBHOOK}?token=${REPOSITORY_TOKEN}" - curl "${REPOSITORY_UPDATE_WEBHOOK}?token=${REPOSITORY_TOKEN}" --fail
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment