--- include: - remote: https://jobs.just-ci.dev/88-feat-display-command-with-expanded-variables-for-easier-reproduction/rust/generic.yml rust:release: extends: .rust stage: deploy script: - cargo update - cargo build --release --verbose artifacts: paths: - target when: always