Skip to content
Snippets Groups Projects
Commit 6001f63d authored by Hiba AWAD's avatar Hiba AWAD
Browse files

Update build_gitlabCI_file.sh

parent 5a4a0bcc
No related branches found
No related tags found
No related merge requests found
......@@ -313,7 +313,7 @@ main() {
############################################
# Extract credentials and URL from the change_CICD_Variables.sh script
USER_NAME=$(grep USER_NAME change_CICD_Variables.sh | cut -d '"' -f 2)
USER_NAME=$(grep USERNAME change_CICD_Variables.sh | cut -d '"' -f 2)
PASSWORD=$(grep PASSWORD change_CICD_Variables.sh | cut -d '"' -f 2)
LOGIN_URL=$(grep LOGIN_URL change_CICD_Variables.sh | cut -d '"' -f 2)
GITLAB_API_URL=$(grep GITLAB_API_URL change_CICD_Variables.sh | cut -d '"' -f 2)
......
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