mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-23 17:47:38 +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:
|
include:
|
||||||
- stage: "Tests"
|
- stage: "Tests"
|
||||||
name: "Prepare build"
|
name: "Prepare build"
|
||||||
script: ./scripts/prepareBuild.sh
|
script: bash /scripts/prepareBuild.sh
|
||||||
- name: "Unit tests"
|
script: bash /scripts/runTests.sh
|
||||||
script: ./scripts/runTests.sh
|
|
||||||
- stage: "System Tests"
|
- stage: "System Tests"
|
||||||
name: "Test environment setup"
|
name: "Test environment setup"
|
||||||
script: ./scripts/prepareServerJars.sh
|
script: bash /scripts/prepareServerJars.sh
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- '$HOME/.m2/repository'
|
- '$HOME/.m2/repository'
|
||||||
|
Loading…
Reference in New Issue
Block a user