GitLab CI: fix before_script type
This commit is contained in:
parent
1d31ac01aa
commit
803b09f970
|
@ -85,7 +85,8 @@ jest:
|
|||
nginx-test:
|
||||
stage: test
|
||||
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
|
||||
only:
|
||||
changes:
|
||||
|
|
Loading…
Reference in New Issue