check deps in CI - remove @vueuse/router - #1815

This commit is contained in:
Laurent GAY
2025-10-29 17:09:28 +01:00
committed by setop
parent af93502ad6
commit b162f45bbb
7 changed files with 267 additions and 252 deletions

View File

@@ -97,18 +97,12 @@ build-frontend:
deps:
stage: check
before_script:
- apt update
- apt install gawk
- rm -rf ~/.hex/cache.ets
- mix deps.get
script:
- export EXITVALUE=0
- mix hex.outdated || echo "----"
- |
if [ -z "$(mix hex.outdated | grep 'Update possible')" ]
then
export EXITVALUE=1
fi
- npm outdated || export EXITVALUE=1
- exit $EXITVALUE
- ./check_deps.sh
allow_failure: true
needs:
- install