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 a new issue