Skip to content

Commit 5f89a6e

Browse files
author
Bob Strahan
committed
Add --no-validate flag to publish.py call in GovCloud template generation
1 parent d468f5a commit 5f89a6e

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
@@ -891,6 +891,9 @@ def main():
891891
if args.clean_build:
892892
publish_args.append('--clean-build')
893893

894+
# Always skip validation in publish.py since we validate the GovCloud template separately
895+
publish_args.append('--no-validate')
896+
894897
# Add any unknown arguments
895898
publish_args.extend(unknown)
896899

0 commit comments

Comments
 (0)