Merge "Remove unused shebang from legacy jobs"

This commit is contained in:
Zuul 2017-10-01 00:34:38 +00:00 committed by Gerrit Code Review
commit 851e2d3291
2 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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