Skip to content
Snippets Groups Projects
Commit 8f37c11d authored by Luigi Sbailo's avatar Luigi Sbailo
Browse files

Update update_tag_app.sh

parent 2ef36298
No related branches found
No related tags found
No related merge requests found
Pipeline #118531 canceled
...@@ -12,7 +12,7 @@ eval $(ssh-agent -s) ...@@ -12,7 +12,7 @@ eval $(ssh-agent -s)
# We're using tr to fix line endings which makes ed25519 keys work # We're using tr to fix line endings which makes ed25519 keys work
# without extra base64 encoding. # without extra base64 encoding.
# https://gitlab.com/gitlab-examples/ssh-private-key/issues/1#note_48526556 # https://gitlab.com/gitlab-examples/ssh-private-key/issues/1#note_48526556
echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - echo "$SSH_PRIVATE_KEY_APP" | tr -d '\r' | ssh-add -
# Create the SSH directory and give it the right permissions # Create the SSH directory and give it the right permissions
mkdir -p ~/.ssh mkdir -p ~/.ssh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment