Don't add too many hyphenminuses

This commit is contained in:
Olivier 'reivilibre' 2022-04-07 22:36:45 +01:00
parent e1c302eebf
commit d8f96895e6
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ pipeline:
commands:
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libclang-dev
- cargo install sqlx-cli --features sqlite
- "qualsuff=`echo -$CI_COMMIT_TAG-$ARCH | sed s%/%-%`"
- "qualsuff=`echo $CI_COMMIT_TAG-$ARCH | sed s%/%-%`"
- cd quickpeep && bash dev_db.sh && cd ..
- mkdir dist
- cargo install --path quickpeep --bins --root dist