Update .gitlab-ci.yml
This commit is contained in:
parent
74daed8197
commit
282579e372
|
@ -18,3 +18,8 @@ build:
|
|||
artifacts:
|
||||
paths:
|
||||
- ./out
|
||||
|
||||
deploy:
|
||||
stage: deploy
|
||||
script:
|
||||
- ls
|
Loading…
Reference in New Issue