From ada5bcb80015aeadbd88189583a88b8c849cfe9b Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Mon, 2 Jan 2023 16:38:39 -0300 Subject: Fixed ci --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00c42c5..bdb625b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,6 @@ pages: - ssh-keyscan $SSH_HOST >> ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts script: - - ssh -p $SSH_PORT $SSH_USER@$SSH_HOST "hostname - echo 'Welcome!!!'" + - ssh -p $SSH_PORT $SSH_USER@$SSH_HOST "hostname && pwd" only: - - master \ No newline at end of file + - master -- cgit v1.2.3