Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit e578b08

Browse files
committed
Update release scripts.
1 parent c21f39d commit e578b08

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

release-lts.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/usr/bin/env bash
2+
set -eu
3+
4+
export VERSION=2.10.0
5+
6+
# Build
7+
docker build -t mwizner/sonarqube-scala-plugins:$VERSION $VERSION
8+
docker build -t mwizner/sonarqube-scala-plugins:$VERSION-full $VERSION-full
9+
10+
# Push
11+
docker push mwizner/sonarqube-scala-plugins:$VERSION
12+
docker push mwizner/sonarqube-scala-plugins:$VERSION-full

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -eu
33

4-
export VERSION=2.10.0
4+
export VERSION=3.2.1
55

66
# Build
77
docker build -t mwizner/sonarqube-scala-plugins:$VERSION -t mwizner/sonarqube-scala-plugins:latest $VERSION

0 commit comments

Comments
 (0)