3
0
mirror of https://github.com/triqs/dft_tools synced 2024-08-16 01:08:29 +02:00

[jenkins] remove stray quote in last

This commit is contained in:
Dylan Simon 2020-01-28 11:38:56 -05:00
parent eab9a23c4f
commit 483dc46b2a

2
Jenkinsfile vendored
View File

@ -108,7 +108,7 @@ try {
base=\$INSTALL/share/doc base=\$INSTALL/share/doc
dir="${projectName}" dir="${projectName}"
[[ -d \$base/triqs_\$dir ]] && dir=triqs_\$dir || [[ -d \$base/\$dir ]] [[ -d \$base/triqs_\$dir ]] && dir=triqs_\$dir || [[ -d \$base/\$dir ]]
cp -rp \$base/\$dir ${subdir}" cp -rp \$base/\$dir ${subdir}
""" """
} }
sh "git add -A ${subdir}" sh "git add -A ${subdir}"