Skip to content
Snippets Groups Projects
Commit e751ccdb authored by michael.minelli's avatar michael.minelli
Browse files

CI/CD => Add missing packages

parent dc543b55
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,10 @@ deploy: ...@@ -7,7 +7,10 @@ deploy:
variables: variables:
SECURE_FILES_DOWNLOAD_PATH: './' SECURE_FILES_DOWNLOAD_PATH: './'
script: script:
- apk update && apk add openssh-client - apk update
- apk add openssh-client
- apk add curl
- apk add bash
- 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
- mv env .env - mv env .env
- ssh-add -k id_rsa - ssh-add -k id_rsa
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment