DELIVERY-8: add ci, package stabilisation #1

Merged
EndMove merged 29 commits from DELIVERY-8 into master 2023-06-28 13:26:09 +02:00
Showing only changes of commit c8598e0a87 - Show all commits

View File

@ -15,7 +15,7 @@ steps:
from_secret: gitea_token from_secret: gitea_token
commands: commands:
- VERSION=$(cat VERSION 2>/dev/null) || echo "1.0.0" - VERSION=$(cat VERSION 2>/dev/null) || echo "1.0.0"
- SNAPSHOT="$VERSION" + "-snapshot." + "$DRONE_BUILD_NUMBER" - SNAPSHOT="${VERSION}-snapshot.${DRONE_BUILD_NUMBER}"
- echo $VERSION - echo $VERSION
- echo $SNAPSHOT - echo $SNAPSHOT
- npm ci - npm ci