GitLab CI: fix empty array
This commit is contained in:
parent
bf37bdffb8
commit
bdd6093b72
|
@ -86,8 +86,9 @@ docs-deploy:
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
before_script: ""
|
before_script: []
|
||||||
script:
|
script:
|
||||||
|
# artifacts are kept between jobs
|
||||||
- mv static public
|
- mv static public
|
||||||
variables:
|
variables:
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
|
|
Loading…
Reference in New Issue