Skip to content

Commit 39125dc

Browse files
Bob Strahangudivt
authored andcommitted
Add --no-validate flag to publish.py call in GovCloud template generation
1 parent c799cc2 commit 39125dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/generate_govcloud_template.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -894,6 +894,9 @@ def main():
894894
if args.clean_build:
895895
publish_args.append('--clean-build')
896896

897+
# Always skip validation in publish.py since we validate the GovCloud template separately
898+
publish_args.append('--no-validate')
899+
897900
# Add any unknown arguments
898901
publish_args.extend(unknown)
899902

0 commit comments

Comments
 (0)