mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-01-15 23:05:45 -05:00
Trying to optimize pipelines (try 1)
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
image: openjdk:12
|
||||
pipelines:
|
||||
default:
|
||||
- step:
|
||||
name: fetch code
|
||||
image: alpine/git
|
||||
script:
|
||||
- git submodule update --init
|
||||
artifacts:
|
||||
@@ -9,7 +11,7 @@ pipelines:
|
||||
- client-holocore/**
|
||||
- step:
|
||||
name: test, build, and deploy
|
||||
image: openjdk:12
|
||||
#image: openjdk:12
|
||||
caches:
|
||||
- docker
|
||||
- gradle
|
||||
@@ -30,4 +32,3 @@ pipelines:
|
||||
definitions:
|
||||
caches:
|
||||
gradlewrapper: ~/.gradle/wrapper
|
||||
|
||||
|
||||
Reference in New Issue
Block a user