mirror of
https://github.com/triqs/dft_tools
synced 2024-12-22 20:34:38 +01:00
Fix typo in Jenkinsfile
This commit is contained in:
parent
373d30ab61
commit
1a7a9af4e7
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -24,7 +24,7 @@ properties([
|
||||
def platforms = [:]
|
||||
|
||||
/****************** linux builds (in docker) */
|
||||
/* Each platform must have a cooresponding Dockerfile.PLATFORM in triqs/packaging */
|
||||
/* Each platform must have a corresponding Dockerfile.PLATFORM in triqs/packaging */
|
||||
def dockerPlatforms = ["ubuntu-clang", "ubuntu-gcc", "sanitize"]
|
||||
/* .each is currently broken in jenkins */
|
||||
for (int i = 0; i < dockerPlatforms.size(); i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user