Skip to content
Snippets Groups Projects
Unverified Commit 9d36d072 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer Committed by GitHub
Browse files

Update buildDoocsTargetConfig.groovy

parent 2f557337
No related branches found
No related tags found
No related merge requests found
......@@ -53,10 +53,10 @@ def transformIntoStep(String buildName) {
if [ "${label}" == "bionic" ]; then
DOOCSARCH=Ubuntu-18.04-x86_64
fi
mkdir -p /export/doocs/${DOOCSARCH}/lib/pkgconfig
touch /export/doocs/${DOOCSARCH}/lib/pkgconfig/.keep
echo "export DOOCSARCH=\${DOOCSARCH}" > /export/doocs/doocsarch.env
sudo -H -u msk_jenkins git clone http://doocs-git.desy.de/cgit/doocs/\${DOOCSARCH}.git
mkdir -p /export/doocs/${DOOCSARCH}/lib/pkgconfig
touch /export/doocs /${DOOCSARCH}/lib/pkgconfig/.keep
cd \${DOOCSARCH}
sed -i CONFIG -e 's|^EPICS[[:space:]]*=.*\$|EPICS = '/export/epics'|'
mkdir -p /scratch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment