refenv / cijoe

cijoe: tools for systems development and testing
http://cijoe.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
9 stars 12 forks source link

get() / put() from workflow #76

Open safl opened 1 day ago

safl commented 1 day ago

The workflow-files currently support invoking scripts and commands. They are lacking the data-transfer primitives cijoe.get() / cijoe.put(), this should be enabled by adding to core-scripts "get.py" and "put.py" that simply invoke cijoe, and thus making it usable via e.g.:

- name: download
  uses: core.get
  with:
    src: path_on_initiator
    dst: path_on_target
NaddiNadja commented 1 day ago

This is done now