remove(build): image jobs
This commit is contained in:
parent
e3956bd48b
commit
51448af0ec
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue