git-workarea 4.2.1

Simple routines to work with git repositories and set up minimal workareas with them.
Documentation
1
2
3
4
5
6
7
8
9
# Rules for where jobs can run

.run_automatically:
    rules:
        - if: '$CI_MERGE_REQUEST_ID'
          when: on_success
        - if: '$CI_PROJECT_PATH == "utils/rust-git-workarea"'
          when: on_success
        - when: never