Skip to content
Snippets Groups Projects
Unverified Commit 4a899693 authored by Éloïs's avatar Éloïs
Browse files

ci: job generate_homebrew_formula need openssh

parent 84d1ff75
No related branches found
No related tags found
No related merge requests found
Pipeline #41148 waiting for manual action
...@@ -198,11 +198,11 @@ generate_homebrew_formula: ...@@ -198,11 +198,11 @@ generate_homebrew_formula:
- build_macos - build_macos
- release - release
before_script: before_script:
- apk add --no-cache bash curl git openssh
- mkdir -p ~/.ssh - mkdir -p ~/.ssh
- echo "$HOMEBREW_DEPLOY_KEY" > ~/.ssh/id_rsa - echo "$HOMEBREW_DEPLOY_KEY" > ~/.ssh/id_rsa
- chmod 600 ~/.ssh/id_rsa - chmod 600 ~/.ssh/id_rsa
- ssh-keyscan git.duniter.org >> ~/.ssh/known_hosts - ssh-keyscan git.duniter.org >> ~/.ssh/known_hosts
- apk add --no-cache curl git bash
script: script:
- FORMULA_REPO="https://git.duniter.org/clients/rust/homebrew-duniter-gcli.git" - FORMULA_REPO="https://git.duniter.org/clients/rust/homebrew-duniter-gcli.git"
- FORMULA_BRANCH="main" - FORMULA_BRANCH="main"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment