[release] v0.5.12-unstable

This commit is contained in:
Yann Stepienik 2023-05-27 18:14:45 +01:00
parent 3a228a9831
commit dc4e362a55
3 changed files with 2 additions and 6 deletions

View file

@ -19,10 +19,6 @@ jobs:
curl -s -L "https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-Country&license_key=$MAX_TOKEN&suffix=tar.gz" -o GeoLite2-Country.tar.gz
tar -xzf GeoLite2-Country.tar.gz --strip-components 1 --wildcards "*.mmdb"
- run:
name: Build UI
command: npm run client-build
- run:
name: Build and publish dockerfiles
command: sh docker.sh

View file

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=$(npm pkg get version | tr -d \")
VERSION=$(cat package.json | grep -E '"version"' | tr -d \")
LATEST="latest"
# if branch is unstable in git for circle ci

View file

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=$(npm pkg get version | tr -d \")
VERSION=$(cat package.json | grep -E '"version"' | tr -d \")
LATEST="latest"
# if branch is unstable in git for circle ci