Skip to content
Snippets Groups Projects
Commit afbe75b3 authored by François Grand's avatar François Grand
Browse files

fix(ci): deploy-ovh-dev job not triggered in deploy-dev stage

refs devel
parent 8d6f12f3
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,6 @@ variables:
# - production server :
# PROD_HOST : deployment server hostname
# PROD_LOGIN : user on deployment server
# PROD_PASS : password for user on deployment server
# PROD_PATH : path base on deployment server
LC_ALL: C.UTF-8
ANDROID_HOME: "/usr/local/android-sdk" # should already be defined in the Docker image
......@@ -119,7 +118,7 @@ deploy-dev:
deploy-ovh-dev:
stage: deploy-dev
only:
- $CI_COMMIT_REF_NAME == "devel"
- devel
dependencies:
- build
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment