diff --git a/playbooks/legacy/deploy-guide/run.yaml b/playbooks/legacy/deploy-guide/run.yaml index d5cc6e3e..46c812ee 100644 --- a/playbooks/legacy/deploy-guide/run.yaml +++ b/playbooks/legacy/deploy-guide/run.yaml @@ -64,8 +64,6 @@ VENV="deploy-guide" GUIDEDIR="deploy-guide" - #!/bin/bash -xe - # This script is used to publish project-specific deploy-guide and # install-guide documents to the proper place. Master will be # published to a draft directory, stable/X will be published to the X diff --git a/playbooks/legacy/install-guide/run.yaml b/playbooks/legacy/install-guide/run.yaml index bfc88551..f69c2df1 100644 --- a/playbooks/legacy/install-guide/run.yaml +++ b/playbooks/legacy/install-guide/run.yaml @@ -64,8 +64,6 @@ VENV="install-guide" GUIDEDIR="install-guide" - #!/bin/bash -xe - # This script is used to publish project-specific deploy-guide and # install-guide documents to the proper place. Master will be # published to a draft directory, stable/X will be published to the X