diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c931f12de8d219a35fa6808f288b51f9b3c0c14..48795b4ba957cdef7aaa88fb1224d385b68a0800 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ home: - chmod 700 ~/.ssh - cp .magic_ssh_config ~/.ssh/config script: - - ssh mikewashere@centaur.sch.bme.hu "cp /afs/sch.bme.hu/home/mikewashere/.system/mikewashere.keytab /tmp/; kinit -k -t /tmp/mikewashere.keytab mikewashere; rm /tmp/mikewashere.keytab; aklog sch.bme.hu -k SCH.BME.HU" + - ssh mikewashere@centaur.sch.bme.hu bash -c "cp /afs/sch.bme.hu/home/mikewashere/.system/mikewashere.keytab /tmp/; kinit -k -t /tmp/mikewashere.keytab mikewashere; rm /tmp/mikewashere.keytab; aklog sch.bme.hu -k SCH.BME.HU" - ssh mikewashere@centaur.sch.bme.hu mkdir -p ~/public_html/linux - scp -R . mikewashere@centaur.sch.bme.hu:~/public_html/linux/. only: