mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Fix bootstrap script path in gitlab CI
This commit is contained in:
parent
4db6bc6da5
commit
b5d5d69589
@ -6,7 +6,7 @@ variables:
|
||||
img:
|
||||
script:
|
||||
- |
|
||||
./bootstrap -d &&
|
||||
./bootstrap.sh -d &&
|
||||
source "$HOME/.cargo/env" &&
|
||||
make ci-img IMG_TAG=$CI_COMMIT_REF_NAME
|
||||
artifacts:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user