mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
what does split return?
This commit is contained in:
parent
55536771bd
commit
8c5675ac1f
1 changed files with 1 additions and 1 deletions
|
|
@ -78,5 +78,5 @@ steps:
|
|||
chmod +x codecov
|
||||
coverage xml
|
||||
./codecov || echo "Uploading coverage data failed"
|
||||
condition: and(eq(variables['uploadCoverage'], true), in(split(variables['TOXENV'], '-')[0], 'cover', 'integration'))
|
||||
condition: and(eq(variables['uploadCoverage'], true), in(split(variables['TOXENV'], '-'), 'cover', 'integration'))
|
||||
displayName: Upload coverage data
|
||||
|
|
|
|||
Loading…
Reference in a new issue