Skip to content
Snippets Groups Projects
Commit 08cf23ac authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

try chmoding key

parent bb490cf5
No related branches found
No related tags found
1 merge request!1465try chmoding key
Pipeline #11914 failed
......@@ -15,6 +15,7 @@
#
# You should have received a copy of the GNU General Public License
# along with Workspaces. If not, see <https://www.gnu.org/licenses/>.
import logging
import socket
from typing import Dict
......
......@@ -7,6 +7,7 @@
- eval $(ssh-agent -s)
- chmod 700 ~/.ssh
- echo "$SSH_PRIVATE_KEY" | ssh-add - > ~/.ssh/id_rsa
- chmod 600 ~/.ssh/id_rsa
- '[[ -f /.dockerenv ]] && echo -e "Host *\\n\\tStrictHostKeyChecking no\\n\\n" > ~/.ssh/config'
script:
- mkdir -p /home/ssa/bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment