Commit f73bc5a2 authored by Raphael Defosseux's avatar Raphael Defosseux

CI: fix typo

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent f491770c
......@@ -76,7 +76,7 @@ pipeline {
echo "Node is ${NODE_NAME}"
}
echo "Git URL is ${GIT_URL}"
if (params.PrivateGitLabRepository_Credentials != null) {
if (params.PrivateGitLabRepository_Credentials == null) {
echo "No credentials to access Private Repository"
sh "./ci-scripts/fail.sh"
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment