mirror of
https://github.com/triqs/dft_tools
synced 2024-11-07 06:33:48 +01:00
[jenkins] update submodule name in docker check
This commit is contained in:
parent
31d6199c90
commit
883111d3a9
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -113,7 +113,7 @@ try {
|
||||
/* Update docker repo submodule */
|
||||
if (release) { dir("$workDir/docker") { try {
|
||||
git(url: "ssh://git@github.com/TRIQS/docker.git", branch: env.BRANCH_NAME, credentialsId: "ssh", changelog: false)
|
||||
sh "test -d ${projectName}"
|
||||
sh "test -d triqs_${projectName}"
|
||||
sh "echo '160000 commit ${commit}\ttriqs_${projectName}' | git update-index --index-info"
|
||||
sh """
|
||||
git commit --author='Flatiron Jenkins <jenkins@flatironinstitute.org>' --allow-empty -m 'Autoupdate ${projectName}' -m '${env.BUILD_TAG}'
|
||||
|
Loading…
Reference in New Issue
Block a user