GitLab CI: fix before_script type
This commit is contained in:
parent
1d31ac01aa
commit
803b09f970
|
@ -85,7 +85,8 @@ jest:
|
||||||
nginx-test:
|
nginx-test:
|
||||||
stage: test
|
stage: test
|
||||||
image: nginx:latest
|
image: nginx:latest
|
||||||
before_script: cp installation/mastodon.conf /etc/nginx/conf.d/default.conf
|
before_script:
|
||||||
|
- cp installation/mastodon.conf /etc/nginx/conf.d/default.conf
|
||||||
script: nginx -t
|
script: nginx -t
|
||||||
only:
|
only:
|
||||||
changes:
|
changes:
|
||||||
|
|
Loading…
Reference in New Issue