Fix bootstrap script path in gitlab CI

This commit is contained in:
Jeremy Soller 2023-03-01 11:32:53 -07:00
parent 4db6bc6da5
commit b5d5d69589
No known key found for this signature in database
GPG key ID: DCFCA852D3906975

View file

@ -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: