mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 05:43:09 +02:00
Improve readability
This commit is contained in:
parent
f6c3a53367
commit
5ff5448d0d
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@ services:
|
|||
- redis-server
|
||||
|
||||
before_script:
|
||||
- "mkdir -p ./.config && cp ./.ci-files/default.yml ./.config && cp ./.ci-files/test.yml ./.config"
|
||||
- "mkdir -p ./.config"
|
||||
- "cp ./.ci-files/default.yml ./.config"
|
||||
- "cp ./.ci-files/test.yml ./.config"
|
||||
- "npm run build"
|
||||
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue