mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-23 09:37:54 +01:00
Run scripts using bash to avoid file permission issues
This commit is contained in:
parent
ab3833df91
commit
d805f5665a
@ -14,12 +14,11 @@ jobs:
|
||||
include:
|
||||
- stage: "Tests"
|
||||
name: "Prepare build"
|
||||
script: ./scripts/prepareBuild.sh
|
||||
- name: "Unit tests"
|
||||
script: ./scripts/runTests.sh
|
||||
script: bash /scripts/prepareBuild.sh
|
||||
script: bash /scripts/runTests.sh
|
||||
- stage: "System Tests"
|
||||
name: "Test environment setup"
|
||||
script: ./scripts/prepareServerJars.sh
|
||||
script: bash /scripts/prepareServerJars.sh
|
||||
cache:
|
||||
directories:
|
||||
- '$HOME/.m2/repository'
|
||||
|
Loading…
Reference in New Issue
Block a user