diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 106c69d..367fdf9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,13 +1,5 @@ image: robertcnelson/debian-bookworm-slim-riscv:latest -before_script: - - eval $(ssh-agent -s) - - echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - - - mkdir -p ~/.ssh - - chmod 700 ~/.ssh - - ssh-keyscan git.beagleboard.org > ~/.ssh/known_hosts - - chmod 644 ~/.ssh/known_hosts - cache: key: "$CI_PROJECT_NAME" paths: