Skip to content

Commit c4f32d7

Browse files
authored
Cleanup circleyml
1 parent 8ee3289 commit c4f32d7

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

circle.yml

+6-7
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@ machine:
22
java:
33
version: oraclejdk8
44
dependencies:
5-
pre:
6-
- git config --global user.email "[email protected]"
7-
- git config --global user.name "momothereal"
8-
- git clone --recursive https://github.com/GlowstoneMC/Glowkit.git glowkit
9-
- (cd glowkit && chmod +x applyPatches.sh && ./applyPatches.sh)
10-
- (cd glowkit/Glowkit-Patched && mvn package install)
5+
override:
6+
- git config --global user.email "[email protected]"
7+
- git config --global user.name "mastercoms"
8+
- git clone --recursive https://github.com/GlowstoneMC/Glowkit.git
9+
- (cd Glowkit && chmod +x applyPatches.sh && ./applyPatches.sh)
10+
- (cd Glowkit/Glowkit-Patched && mvn install)
1111
test:
1212
override:
1313
- ./setup.sh
14-
post:
1514
- cp -r target/glowstone*.jar $CIRCLE_ARTIFACTS/
1615
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
1716
- find . -type f -regex ".*/target/surefire-reports/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;

0 commit comments

Comments
 (0)