Some more quoting

Jef Roosens 2022-04-17 17:35:30 +02:00
parent 31566d784c
commit a05a3a9fdb
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 2 additions and 2 deletions

View File

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