File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments