1
0
mirror of https://github.com/google/nomulus synced 2026-01-07 14:05:44 +00:00

Upload the tool jar to GCS

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=250496565
This commit is contained in:
jianglai
2019-05-29 08:34:45 -07:00
parent 6a272bc8c6
commit 28393e569c
2 changed files with 33 additions and 16 deletions

View File

@@ -28,6 +28,9 @@ steps:
- name: 'gcr.io/${PROJECT_ID}/builder:latest'
args: ['./gradlew', 'test', '-PskipDockerIncompatibleTests=true']
dir: 'gradle'
# Build the tool binary.
- name: 'gcr.io/${PROJECT_ID}/builder:latest'
args: ['release/build_nomulus_for_env.sh', 'tool', 'nomulus']
# Build and package the deployment files for alpha.
- name: 'gcr.io/${PROJECT_ID}/builder:latest'
args: ['release/build_nomulus_for_env.sh', 'alpha', 'nomulus']
@@ -45,6 +48,7 @@ artifacts:
objects:
location: 'gs://${PROJECT_ID}-deploy/${TAG_NAME}'
paths:
- 'nomulus.jar'
- 'alpha.tar'
- 'crash.tar'
- 'sandbox.tar'