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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user