Fixing app-catalog dead-link checker

I removed a very important include from a shell script before this
experimental job merged this morning. This commit adds that line back
in so the common git parts will work as expected.

Change-Id: Id0ffd533b6c5ff459a165ff29dfd7e4fd74603d7
This commit is contained in:
Christopher Aedo 2015-12-21 09:06:40 -08:00
parent 021d93441b
commit 15b3f7c74d
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@
# License for the specific language governing permissions and limitations
# under the License.
source /usr/local/jenkins/slave_scripts/common.sh
PROJECT="openstack/app-catalog"
BRANCH="proposals"
INITIAL_COMMIT_MSG="Detect dead links"