Fix tags in .gitlab-ci.yml
This commit is contained in:
parent
de02724219
commit
429b55227e
@ -5,10 +5,10 @@ before_script:
|
|||||||
- qmake --version
|
- qmake --version
|
||||||
- ./scripts/configure_ubuntu.sh
|
- ./scripts/configure_ubuntu.sh
|
||||||
|
|
||||||
build ubuntu x86_64:
|
build linux x86_64:
|
||||||
stage: build
|
stage: build
|
||||||
tags:
|
tags:
|
||||||
- ubuntu
|
- linux
|
||||||
- x86_64
|
- x86_64
|
||||||
script:
|
script:
|
||||||
- qmake
|
- qmake
|
||||||
@ -18,7 +18,7 @@ build ubuntu x86_64:
|
|||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
tags:
|
tags:
|
||||||
- ubuntu
|
- linux
|
||||||
- x86_64
|
- x86_64
|
||||||
script:
|
script:
|
||||||
- mkdir artifact
|
- mkdir artifact
|
||||||
|
Loading…
Reference in New Issue
Block a user