Skip to content
Snippets Groups Projects

Fix host key failed

+ 2
0
@@ -193,7 +193,9 @@ test:
elif [ $CI_PIPELINE_SOURCE == 'schedule' ]; then
cp "$SSH_KNOWN_HOSTS" ~/.ssh/known_hosts
chmod 644 ~/.ssh/known_hosts
echo "Host knightly.rc.uab.edu\n HostName $FLOATING_IP" >> ~/.ssh/config
ssh acctsvc@$FLOATING_IP '[ $(mount | grep "type nfs" | wc -l) -eq 6 ]' || FAILED=true
FAILED=true
fi
- |
if [ "$FAILED" = true ]; then
Loading