Skip to content

Commit c799cc2

Browse files
Bob Strahangudivt
authored andcommitted
Add --clean-build option to generate_govcloud_template.py script
1 parent 8cccd86 commit c799cc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/generate_govcloud_template.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,9 @@ def main():
858858
# With clean build (forces full rebuild)
859859
python scripts/generate_govcloud_template.py my-bucket my-prefix us-east-1 --clean-build
860860
861+
# With clean build (forces full rebuild)
862+
python scripts/generate_govcloud_template.py my-bucket my-prefix us-east-1 --clean-build
863+
861864
# Public artifacts
862865
python scripts/generate_govcloud_template.py my-bucket my-prefix us-east-1 public
863866
"""
@@ -891,9 +894,6 @@ def main():
891894
if args.clean_build:
892895
publish_args.append('--clean-build')
893896

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

0 commit comments

Comments
 (0)