We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried using this Runefile, expecting rune build to give me a compile error:
rune build
image: something-else version: 1 pipeline: {}
But it worked anyway:
$ rune version --verbose rune 0.10.0 (c414320 2021-10-25) binary: rune rune-version: 0.10.0 commit-hash: c4143204798dfecd18f0b9d3565aed9beb445092 commit-date: 2021-10-25T15:51:34+00:00 host: x86_64-unknown-linux-gnu rustc-version: 1.57.0-nightly rustc-commit-hash: e1e9319d93aea755c444c8f8ff863b0936d7a4b6 rustc-commit-date: 2021-10-14 $ rune build simple.yml Compiling lesson-1 v0.0.0 (/home/gitpod/.cache/runes/lesson-1) Finished release [optimized] target(s) in 0.18s $ rune run lesson-1.rune $ echo $? 0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried using this Runefile, expecting
rune build
to give me a compile error:But it worked anyway:
The text was updated successfully, but these errors were encountered: