Alter format of env vars file to be compatible with Jenkins groovy

This commit is contained in:
zontreck 2024-09-07 01:11:23 -07:00
parent cb52a92ee9
commit d60580e697
2 changed files with 2 additions and 4 deletions

View file

@ -3,9 +3,8 @@
cd /
mv acmvn{,.tmp}
echo "#!/bin/bash" > /acmvn
echo "export MVN_USER=zontreck" >> /acmvn
echo -ne "export ACMVN=" >> /acmvn
echo "env.MVN_USER=zontreck" >> /acmvn
echo -ne "env.ACMVN=" >> /acmvn
cat /acmvn.tmp >> /acmvn
rm /acmvn.tmp