ci: public now..

main
Robert Nelson 12 months ago
parent 1c8040e08c
commit 60974fde0d

@ -1,13 +1,5 @@
image: robertcnelson/debian-bookworm-slim-riscv:latest 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: cache:
key: "$CI_PROJECT_NAME" key: "$CI_PROJECT_NAME"
paths: paths:

Loading…
Cancel
Save