Added icarus-models #30

Merged
kdeng00 merged 31 commits from add_icarus-models into master 2025-03-12 20:58:29 -04:00
Showing only changes of commit b2bdd378f5 - Show all commits
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
- name: Add SSH Keys - name: Add SSH Keys
run: | run: |
echo "Starting" echo "Starting"
apt update -y sudo apt update -y
# 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )' # 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
eval $(ssh-agent -s) eval $(ssh-agent -s)
# mv "$SSH_DEPLOY_KEY" gitlab_deploy_key # copies the file from the variable. # mv "$SSH_DEPLOY_KEY" gitlab_deploy_key # copies the file from the variable.