Fix bootstrap script path in gitlab CI
This commit is contained in:
parent
4db6bc6da5
commit
b5d5d69589
|
@ -6,7 +6,7 @@ variables:
|
||||||
img:
|
img:
|
||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
./bootstrap -d &&
|
./bootstrap.sh -d &&
|
||||||
source "$HOME/.cargo/env" &&
|
source "$HOME/.cargo/env" &&
|
||||||
make ci-img IMG_TAG=$CI_COMMIT_REF_NAME
|
make ci-img IMG_TAG=$CI_COMMIT_REF_NAME
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Reference in a new issue