Skip to content
Snippets Groups Projects
Verified Commit fd0a00d9 authored by Tóth Miklós Tibor's avatar Tóth Miklós Tibor :shrug:
Browse files

ci/cd fix

parent d2a9c851
No related branches found
No related tags found
No related merge requests found
Pipeline #6514 failed
...@@ -13,8 +13,13 @@ home: ...@@ -13,8 +13,13 @@ home:
- chmod 700 ~/.ssh - chmod 700 ~/.ssh
- cp .magic_ssh_config ~/.ssh/config - cp .magic_ssh_config ~/.ssh/config
script: script:
- 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" # AFS magic incoming
- ssh mikewashere@centaur.sch.bme.hu cp /afs/sch.bme.hu/home/mikewashere/.system/mikewashere.keytab /tmp/
- ssh mikewashere@centaur.sch.bme.hu kinit -k -t /tmp/mikewashere.keytab mikewashere
- ssh mikewashere@centaur.sch.bme.hu rm /tmp/mikewashere.keytab
- ssh mikewashere@centaur.sch.bme.hu aklog sch.bme.hu -k SCH.BME.HU
- ssh mikewashere@centaur.sch.bme.hu mkdir -p ~/public_html/linux - ssh mikewashere@centaur.sch.bme.hu mkdir -p ~/public_html/linux
# actual work
- scp -R . mikewashere@centaur.sch.bme.hu:~/public_html/linux/. - scp -R . mikewashere@centaur.sch.bme.hu:~/public_html/linux/.
only: only:
refs: refs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment