project-config/jenkins/jobs/include/deploy-guide-pre.sh
Andreas Jaeger 39a04df9b0 Fix deploy-guide job
We cannot mix code and includes, this needs to be separated.
Use two include commands and split out the initial content to another
file.

Change-Id: I04584e301078cc851ae258525dc1c4b662ed6c28
2016-11-28 16:49:47 +01:00

4 lines
60 B
Bash
Executable File

#!/bin/bash -xe
VENV="deploy-guide"
GUIDEDIR="deploy-guide"