From 60974fde0dac2693bffd5eb19c957fc1b2cc94cb Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Thu, 2 Nov 2023 10:17:38 -0400 Subject: [PATCH] ci: public now.. --- .gitlab-ci.yml | 8 -------- 1 file changed, 8 deletions(-) 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: