Skip to content

Commit

Permalink
- added workflow for gitlab ci
Browse files Browse the repository at this point in the history
  • Loading branch information
maZahaca committed May 24, 2020
1 parent 247d098 commit 7aa626a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Expand Up @@ -33,6 +33,7 @@ deploy:
when: manual
script: |
K8S_HOST=$(echo $K8S_HOST | base64 -d)
echo "CI_MERGE_REQUEST_ID=$CI_MERGE_REQUEST_ID"
if [ "$CI_MERGE_REQUEST_ID" != "" ]; then
K8S_HOST="pull-${CI_MERGE_REQUEST_ID}.${K8S_HOST}"
PROJECT_NAME="${PROJECT_NAME}-pull-${CI_MERGE_REQUEST_ID}"
Expand Down

0 comments on commit 7aa626a

Please sign in to comment.