fix(build): remove image jobs
This commit is contained in:
parent
8beb6e94e0
commit
f88790c555
|
@ -33,49 +33,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