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

fix apt setup

parent 4670ef26
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ get-credentials: ...@@ -13,7 +13,7 @@ get-credentials:
variables: variables:
SECURE_FILES_DOWNLOAD_PATH: '.secure' SECURE_FILES_DOWNLOAD_PATH: '.secure'
before_script: before_script:
- apt update -y && apt upgrade -y - apt-get update && apt-get upgrade -y && apt-get install curl -y
script: script:
- echo "Copying secure file with FeBio login ..." - 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 - curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash
......
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