From 090314043ed8709528995a4bcb4b176189648038 Mon Sep 17 00:00:00 2001 From: Arman Khalatyan Date: Wed, 15 Jul 2020 23:32:25 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed90536..efbb681 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,7 +44,6 @@ test2: - "oc get services $APP 2> /dev/null || oc new-app . --name=$APP --strategy=docker" - "oc start-build $APP --from-dir=. --follow || sleep 3s && oc start-build $APP --from-dir=. --follow" - "oc get routes $APP 2> /dev/null || oc create route edge $APP --service $APP --insecure-policy Redirect" -#oc expose service $APP --hostname=$APP_HOST" review: <<: *deploy @@ -81,7 +80,6 @@ stop-review: staging: <<: *deploy stage: staging - when: manual variables: APP: staging APP_HOST: $CI_PROJECT_NAME-staging.$OPENSHIFT_DOMAIN @@ -97,7 +95,6 @@ production: variables: APP: production APP_HOST: $CI_PROJECT_NAME.$OPENSHIFT_DOMAIN - when: manual environment: name: production url: https://$CI_PROJECT_NAME.$OPENSHIFT_DOMAIN -- GitLab