Update .gitlab-ci.yml
This commit is contained in:
parent
f457c8b3af
commit
d68e52e564
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ image: registry.gitlab.com/combustion-postech/helyx-os
|
||||||
allwmake:
|
allwmake:
|
||||||
stage: build
|
stage: build
|
||||||
tags:
|
tags:
|
||||||
- helyxcl
|
- docker
|
||||||
script:
|
script:
|
||||||
- cd ${CI_PROJECT_DIR}
|
- cd ${CI_PROJECT_DIR}
|
||||||
- cp -R * /root/Engys/HELYX-OS/v2.4.0
|
- cp -R * /root/Engys/HELYX-OS/v2.4.0
|
||||||
|
|
|
||||||
Reference in a new issue