From 5db9541ad5791b2e80b05ff0bebb3dcedea27acd Mon Sep 17 00:00:00 2001 From: ducoterra Date: Wed, 22 Apr 2020 14:30:54 -0400 Subject: [PATCH] test env --- .gitlab-ci.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 941d685..1e98b42 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,10 +30,11 @@ pods: name: ubuntu:18.04 entrypoint: [""] script: - - export CI_REGISTRY_IMAGE=$CI_REGISTRY_IMAGE - - export CI_COMMIT_TAG=$CI_COMMIT_TAG - - apt -qq update >> /dev/null && apt -qq install -y curl gettext moreutils >> /dev/null - - curl -LO https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl - - chmod +x ./kubectl - - envsubst < k8s/deploy.yaml > sponge k8s/deploy.yaml - - ./kubectl apply -f k8s/ \ No newline at end of file + - echo $CI_REGISTRY_IMAGE + # - export CI_REGISTRY_IMAGE=$CI_REGISTRY_IMAGE + # - export CI_COMMIT_TAG=$CI_COMMIT_TAG + # - apt -qq update >> /dev/null && apt -qq install -y curl gettext moreutils >> /dev/null + # - curl -LO https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl + # - chmod +x ./kubectl + # - envsubst < k8s/deploy.yaml > sponge k8s/deploy.yaml + # - ./kubectl apply -f k8s/ \ No newline at end of file