Skip to content
Snippets Groups Projects
Commit f73bc5a2 authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

CI: fix typo

parent f491770c
No related branches found
No related tags found
No related merge requests found
......@@ -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"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment