diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2022-05-20 15:40:58 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2022-05-20 15:40:58 +0200 |
commit | a9e78cbc66d299072be176559ccd3288806b8dc4 (patch) | |
tree | 57a5968e0117d3a87906c4c82654e7de4d5f324b | |
parent | 6109692f4639162459e48e1f26949ebac266aef7 (diff) |
CI: upload toy example
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0133864..23fc6b9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -79,5 +79,5 @@ deploy_model: - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' - chmod 600 "$STAGING_PRIVATE_KEY" script: - - lftp -e "set sftp:connect-program 'ssh -a -x -i $STAGING_PRIVATE_KEY'; mkdir -p -f /dfatool/$CI_COMMIT_REF_NAME; put -e -O dfatool/$CI_COMMIT_REF_NAME x264.kconfig x264-cart.json x264-rmt.json; quit" --password invalid sftp://ci-deploy@ess.cs.uos.de + - lftp -e "set sftp:connect-program 'ssh -a -x -i $STAGING_PRIVATE_KEY'; mkdir -p -f /dfatool/$CI_COMMIT_REF_NAME; put -e -O dfatool/$CI_COMMIT_REF_NAME example-static.kconfig example-static-rmt.json x264.kconfig x264-cart.json x264-rmt.json; quit" --password invalid sftp://ci-deploy@ess.cs.uos.de |