3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-29 00:15:00 +02:00

[jenkins] correct jenkins project name

This commit is contained in:
Dylan Simon 2020-06-10 12:55:28 -04:00
parent 97476c1a1f
commit eb29e0f192

2
Jenkinsfile vendored
View File

@ -1,4 +1,4 @@
def projectName = "triqs_dft_tools" /* set to app/repo name */
def projectName = "dft_tools" /* set to app/repo name */
def dockerName = projectName.toLowerCase();
/* which platform to build documentation on */