Some more quoting
parent
31566d784c
commit
a05a3a9fdb
|
@ -32,8 +32,8 @@ pipeline:
|
||||||
|
|
||||||
# The following is copied over from the official repo's CI
|
# The following is copied over from the official repo's CI
|
||||||
# https://github.com/vlang/v/blob/master/.github/workflows/gen_vc.yml
|
# https://github.com/vlang/v/blob/master/.github/workflows/gen_vc.yml
|
||||||
- export COMMIT_HASH=$(git rev-parse --short HEAD)
|
- export "COMMIT_HASH=$(git rev-parse --short HEAD)"
|
||||||
- export COMMIT_MSG=$(git log -1 --oneline --pretty='%s' HEAD)
|
- export "COMMIT_MSG=$(git log -1 --oneline --pretty='%s' HEAD)"
|
||||||
- rm -rf vc
|
- rm -rf vc
|
||||||
- git clone --depth=1 https://git.rustybever.be/Chewing_Bever/vc
|
- git clone --depth=1 https://git.rustybever.be/Chewing_Bever/vc
|
||||||
- rm -rf vc/v.c vc/v_win.c
|
- rm -rf vc/v.c vc/v_win.c
|
||||||
|
|
Loading…
Reference in New Issue