Skip to content

Commit

Permalink
Attempt ros-industrial#15 # Temporarilly disabling to see if this let…
Browse files Browse the repository at this point in the history
…s ICI work around failure ros-industrial#756
  • Loading branch information
130s committed Sep 14, 2022
1 parent b46a895 commit 3342247
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gitlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ if [ -n "$SSH_PRIVATE_KEY" ]; then
PRKEY_EXTENDED="${SSH_PRIVATE_KEY}\n"
echo -e "DEBUG: ssh key: ${SSH_PRIVATE_KEY}"
# add key to agent
echo -n "${SSH_PRIVATE_KEY}" | tr -d '\r' | ssh-add - || { res=$?; echo "could not add ssh key"; exit $res; }
# Temporarilly disabling to see if this lets ICI work around failure https://github.com/ros-industrial/industrial_ci/issues/756
# echo -n "${SSH_PRIVATE_KEY}" | tr -d '\r' | ssh-add - || { res=$?; echo "could not add ssh key"; exit $res; }
if [ -n "$SSH_SERVER_HOSTKEYS" ]; then
mkdir -p ~/.ssh
# setup known hosts
Expand Down

0 comments on commit 3342247

Please sign in to comment.