Skip to content
Snippets Groups Projects
Commit 228ca483 authored by Matthew K Defenderfer's avatar Matthew K Defenderfer
Browse files

removed colons

parent 5f79d6ce
No related branches found
No related tags found
No related merge requests found
...@@ -17,9 +17,8 @@ get-credentials: ...@@ -17,9 +17,8 @@ get-credentials:
- cp $CI_SECURE_FILE_PATH/febio_login.txt ./febio_login.txt - cp $CI_SECURE_FILE_PATH/febio_login.txt ./febio_login.txt
- export USERNAME=$(grep 'username:' secure_file.txt | cut -d ':' -f2 | tr -d ' ') - export USERNAME=$(grep 'username:' secure_file.txt | cut -d ':' -f2 | tr -d ' ')
- export PASSWORD=$(grep 'password:' secure_file.txt | cut -d ':' -f2 | tr -d ' ') - export PASSWORD=$(grep 'password:' secure_file.txt | cut -d ':' -f2 | tr -d ' ')
- echo "Extracted username $USERNAME"
- echo "Extracted username: $USERNAME" - echo "Extracted password $PASSWORD"
- echo "Extracted password: $PASSWORD"
docker-build: docker-build:
stage: build stage: build
......
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