mirror of
https://github.com/google/nomulus
synced 2026-01-07 14:05:44 +00:00
Always clone the internal repo to nomulus-internal
Also updated .gcloudignore to not pull in unnecessary files when running `gcloud builds submit`.
This commit is contained in:
@@ -4,14 +4,14 @@
|
||||
# credential helper.
|
||||
# Then, in the root of a nomulus source tree, run:
|
||||
# cloud-build-local --config=cloudbuild-nomulus.yaml --dryrun=false \
|
||||
# --substitutions TAG_NAME=[TAG] .
|
||||
# --substitutions TAG_NAME=[TAG] ..
|
||||
# This will build the contents of the current directory and generate the
|
||||
# nomulus war-files locally.
|
||||
# The PROJECT_ID is the current project name that gcloud uses.
|
||||
# You can add "--push true" to have the image pushed to GCR.
|
||||
#
|
||||
# To manually trigger a build on GCB, run:
|
||||
# gcloud builds submit --config cloudbuild-nomulus.yaml --substitutions TAG_NAME=[TAG] .
|
||||
# gcloud builds submit --config cloudbuild-nomulus.yaml --substitutions TAG_NAME=[TAG] ..
|
||||
#
|
||||
# To trigger a build automatically, follow the instructions below and add a trigger:
|
||||
# https://cloud.google.com/cloud-build/docs/running-builds/automate-builds
|
||||
|
||||
Reference in New Issue
Block a user