diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed90536b2e453e7b43671c640fd7374eda70fb4e..efbb681077820010573df1cf0435b3e6bb034b4f 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