Fakultas Ilmu Komputer UI
$ ssh-add <(echo "$SSH_PRIVATE_KEY")Identity added: /dev/fd/63 (m.fijar@ui.ac.id)$ mkdir -p ~/.ssh$ [[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config$ ssh $SSH_USER@$SSH_IP "git clone https://gitlab.cs.ui.ac.id/ossd/2020/kompeni/jitsi-no-jutsu-backend.git && cd $APP_PATH && git pull origin main"Warning: Permanently added '34.86.209.171' (ECDSA) to the list of known hosts.Cloning into 'jitsi-no-jutsu-backend'...fatal: not a git repository (or any of the parent directories): .gitERROR: Job failed: exit code 1