Update .gitlab-ci.yml
This commit is contained in:
parent
bd0423a58c
commit
be3192611a
|
@ -28,7 +28,18 @@ stages:
|
|||
- build
|
||||
- publish
|
||||
|
||||
test:
|
||||
stages: deploy
|
||||
image: alpine
|
||||
variables:
|
||||
TEST: $IMAGE_NAME
|
||||
IMAGE_NAME: topkek
|
||||
script:
|
||||
- echo $TEST
|
||||
- echo $IMAGE_NAME
|
||||
|
||||
build_dep_wheels:
|
||||
stage: build
|
||||
parallel:
|
||||
matrix:
|
||||
- DOCKER_PLATFORM: [amd64, i386, arm64v8, arm32v7, riscv64]
|
||||
|
@ -67,4 +78,4 @@ build_dep_wheels:
|
|||
- ls -l wheelhome
|
||||
artifacts:
|
||||
paths:
|
||||
- wheelhome
|
||||
- wheelhome
|
||||
|
|
Loading…
Reference in New Issue