Skip to content
Snippets Groups Projects
Commit 3dd29ab7 authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel :speech_balloon:
Browse files

review app runs on dev only

parent 7e2d7ae0
No related branches found
No related tags found
1 merge request!4Dev
Pipeline #147594 passed
...@@ -19,8 +19,9 @@ review-build: ...@@ -19,8 +19,9 @@ review-build:
artifacts: artifacts:
paths: paths:
- public - public
rules: only:
- if: $CI_MERGE_REQUEST_ID variables:
- $CI_COMMIT_BRANCH == "dev"
master-build: master-build:
stage: build stage: build
...@@ -57,8 +58,11 @@ review-deploy: ...@@ -57,8 +58,11 @@ review-deploy:
environment: environment:
name: $CI_COMMIT_REF_NAME name: $CI_COMMIT_REF_NAME
url: https://$REVIEW_PROXY_HOST_NAME$REVIEW_BASE_DIR url: https://$REVIEW_PROXY_HOST_NAME$REVIEW_BASE_DIR
rules: # rules:
- if: $CI_MERGE_REQUEST_ID # - if: $CI_MERGE_REQUEST_ID
only:
variables:
- $CI_COMMIT_BRANCH == "dev"
###### DEPLOY ######## ###### DEPLOY ########
......
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