mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-12-30 07:40:13 +01:00
Fixed typo/regression that was introduced in a previous commit.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
parent
daa4d981b5
commit
cdb8c5eed0
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -174,7 +174,7 @@ node("${params.BUILD_ON_NODE}") {
|
||||
returnStdout: true,
|
||||
script: """
|
||||
@echo off
|
||||
if defined c (echo 1) else (echo 0)
|
||||
if defined CTXSIGN (echo 1) else (echo 0)
|
||||
"""
|
||||
).trim()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user