From 51448af0ec0f9943e51b3434feff46f255a45995 Mon Sep 17 00:00:00 2001 From: ssube Date: Mon, 30 Mar 2020 08:49:44 -0500 Subject: [PATCH] remove(build): image jobs --- .gitlab-ci.yml | 44 -------------------------------------------- 1 file changed, 44 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f723bb..bb603b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,6 @@ include: stages: - status-pre - build - - image - publish - status-post @@ -33,49 +32,6 @@ build-node: - out/cache - out/tmp -build-image-alpine-branch: - extends: - - .build-docker - stage: image - except: - - tags - script: - - ./scripts/docker-build.sh --push --default - variables: - IMAGE_ARCH: alpine - -build-image-alpine-tag: - extends: - - .build-docker - stage: image - only: - - tags - script: - - ./scripts/docker-build.sh --push --default - variables: - IMAGE_ARCH: alpine - -build-image-stretch-branch: - stage: image - extends: [.build-docker] - except: - - tags - script: - - ./scripts/docker-build.sh --push - variables: - IMAGE_ARCH: stretch - -build-image-stretch-tag: - stage: image - extends: - - .build-docker - only: - - tags - script: - - ./scripts/docker-build.sh --push - variables: - IMAGE_ARCH: stretch - # publish jobs publish-npm: stage: publish