File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 28
28
run : |
29
29
git config --global user.email "github-actions[bot]@users.noreply.github.com"
30
30
git config --global user.name "github-actions"
31
- ./scripts/applyPatches.sh
31
+ cd work && . ./scripts/applyPatches.sh
32
32
33
33
- name : Create artifacts
34
34
run : |
Original file line number Diff line number Diff line change 21
21
run : |
22
22
git config --global user.email "github-actions[bot]@users.noreply.github.com"
23
23
git config --global user.name "github-actions"
24
- ./scripts/applyPatches.sh
24
+ cd work && . ./scripts/applyPatches.sh
25
25
26
26
- name : Run unit tests and build JAR
27
27
run : cd ./work && ./gradlew test server:dist
Original file line number Diff line number Diff line change 24
24
run : |
25
25
git config --global user.email "github-actions[bot]@users.noreply.github.com"
26
26
git config --global user.name "github-actions"
27
- ./scripts/applyPatches.sh
27
+ cd work && . ./scripts/applyPatches.sh
28
28
29
29
- name : Run unit tests
30
30
run : cd ./work && ./gradlew clean cleanTest test --stacktrace
Original file line number Diff line number Diff line change 5
5
- git submodule update --init --recursive --depth 2000
6
6
-
git config --global user.email "[email protected] "
7
7
- git config --global user.name "jitpack"
8
- - sh ./scripts/applyPatches.sh && cd work/
8
+ - cd work
9
+ - sh ../scripts/applyPatches.sh
9
10
- ./gradlew publishToMavenLocal
10
11
- echo -n > gradle.properties # zero out gradle.properties
You can’t perform that action at this time.
0 commit comments