Update .gitlab-ci.yml

This commit is contained in:
2019-01-20 11:52:05 +00:00
parent c27e23a364
commit 4fbefcaefa

View File

@@ -7,4 +7,4 @@ build:
script: script:
- yarn - yarn
- ln -s /media/songs ./src/static - ln -s /media/songs ./src/static
- yarn run start &! true - yarn run start >> /var/log/slowdowner.log 2>&1 & true