1
0
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:
jianglai
2019-04-23 12:47:53 -07:00
parent 53c1557d2a
commit 1e58ef4efa

View File

@@ -4,3 +4,4 @@ bazel-*/**
gradle/**/build/**
gradle/**/WEB-INF/**
gradle/.*/**
repos/**