More changes. again
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user