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

fix var name

parent 2c95a8b0
No related branches found
No related tags found
No related merge requests found
Pipeline #11812 canceled with stages
in 6 minutes and 21 seconds
......@@ -17,8 +17,8 @@ get-credentials:
script:
- echo "Copying secure file with FeBio login ..."
- curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash
- export USERNAME=$(grep 'username:' ${SECURE_FILE_DOWNLOAD_PATH}/febio_login.txt | cut -d ':' -f2 | tr -d ' ')
- export PASSWORD=$(grep 'password:' ${SECURE_FILE_DOWNLOAD_PATH}/febio_login.txt | cut -d ':' -f2 | tr -d ' ')
- export USERNAME=$(grep 'username:' ${SECURE_FILES_DOWNLOAD_PATH}/febio_login.txt | cut -d ':' -f2 | tr -d ' ')
- export PASSWORD=$(grep 'password:' ${SECURE_FILES_DOWNLOAD_PATH}/febio_login.txt | cut -d ':' -f2 | tr -d ' ')
- echo "Extracted username $USERNAME"
- echo "Extracted password $PASSWORD"
......
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