diff --git a/.gitlab/ci/custom.images.yml b/.gitlab/ci/custom.images.yml index e3240df..484d639 100644 --- a/.gitlab/ci/custom.images.yml +++ b/.gitlab/ci/custom.images.yml @@ -15,10 +15,6 @@ -f "Dockerfile.$1" \ . -# Used by https://gitlab.com/gitlab-org/charts/auto-deploy-app/-/blob/master/.gitlab-ci.yml -alpine-helm: - extends: .build_and_deploy - danger: extends: .build_and_deploy diff --git a/Dockerfile.alpine-helm b/Dockerfile.alpine-helm deleted file mode 100644 index ae9c50a..0000000 --- a/Dockerfile.alpine-helm +++ /dev/null @@ -1,4 +0,0 @@ -FROM ruby:2.4-alpine -RUN apk --no-cache add curl bash openssl sudo git py-pip groff -RUN curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash -RUN pip install awscli