mirror of
https://github.com/google/nomulus
synced 2026-01-06 21:47:31 +00:00
Exclude files under repos/ from being uploaded to Cloud Build
When submitting a Cloud Build job from the command line, we do not want to include files under repos/, which can amount to almost a Gig. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=244906528
This commit is contained in:
@@ -4,3 +4,4 @@ bazel-*/**
|
||||
gradle/**/build/**
|
||||
gradle/**/WEB-INF/**
|
||||
gradle/.*/**
|
||||
repos/**
|
||||
|
||||
Reference in New Issue
Block a user