mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-01-17 00:06:00 -05:00
Updated bitbucket pipelines to include docker, and updated pswgcommon pointer
This commit is contained in:
@@ -8,14 +8,17 @@ pipelines:
|
||||
- pswgcommon/**
|
||||
- client-holocore/**
|
||||
- step:
|
||||
name: test
|
||||
image: openjdk:11-jdk-slim
|
||||
name: test, build, and deploy
|
||||
image: openjdk:12-jdk-slim
|
||||
caches:
|
||||
- docker
|
||||
- gradle
|
||||
- gradlewrapper
|
||||
script:
|
||||
- ./gradlew test
|
||||
- docker login -u $DOCKER_HUB_USER -p $DOCKER_HUB_PASSWORD
|
||||
- docker build -t $DOCKER_HUB_REPO/holocore:$TAG .
|
||||
- docker push $DOCKER_HUB_REPO/holocore:$TAG
|
||||
artifacts:
|
||||
- pswgcommon/**
|
||||
- client-holocore/**
|
||||
|
||||
Submodule pswgcommon updated: fff4daa98e...ed6d2e9a4b
Reference in New Issue
Block a user