remove(build): image jobs
This commit is contained in:
parent
e3956bd48b
commit
51448af0ec
|
@ -5,7 +5,6 @@ include:
|
||||||
stages:
|
stages:
|
||||||
- status-pre
|
- status-pre
|
||||||
- build
|
- build
|
||||||
- image
|
|
||||||
- publish
|
- publish
|
||||||
- status-post
|
- status-post
|
||||||
|
|
||||||
|
@ -33,49 +32,6 @@ build-node:
|
||||||
- out/cache
|
- out/cache
|
||||||
- out/tmp
|
- 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 jobs
|
||||||
publish-npm:
|
publish-npm:
|
||||||
stage: publish
|
stage: publish
|
||||||
|
|
Loading…
Reference in New Issue