From a88d4120903ea24ee1cb80b02c52875fb0b33aef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20T=C3=B3th?= <tothmiklostibor@gmail.com> Date: Fri, 19 Mar 2021 02:34:51 +0100 Subject: [PATCH] wut --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e64251..3deb9be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ home: - ssh mikewashere@centaur.sch.bme.hu mkdir -p /home/mikewashere/public_html/linux # actual work - scp -r $PWD/* mikewashere@centaur.sch.bme.hu:/home/mikewashere/public_html/linux/ - - ssh mikewashere@centaur.sch.bme.hu env bash -c 'cd public_html/linux; bash cirun.sh' + - ssh mikewashere@centaur.sch.bme.hu env sh -c 'echo lolwut; cd public_html/linux; bash cirun.sh' only: refs: - master \ No newline at end of file -- GitLab