Commit 98d4ec73 authored by Sintal's avatar Sintal
Browse files

Update exexute_transformers_for_sag.sh

parent b92c7d42
Pipeline #3709 failed with stage
in 19 seconds
#!/bin/bash
echo "creating folder"
#create folder and change directory
mkdir -p ~/transformers_for_SAG
cd ~/transformers_for_SAG
#handle SSH-keys (the argument "$1" is the SSH-key to gitlab)
echo "handling ssh-key"
#handle SSH-key (the argument "$1" is the SSH-key to gitlab)
eval $(ssh-agent -s)
echo "$1" | base64 -d | tr -d '\r' | ssh-add - > /dev/null
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment