Skip to content

Commit

Permalink
Release 2.3.0-2
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffle committed Mar 25, 2020
1 parent b37d847 commit 37a6b7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-sakuli-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ make build test prepare-release \
IMAGE_NAME=sakuli-s2i \
BASE_IMAGE=sakuli \
BASE_IMAGE_VERSION=2.3.0 \
TAG_VERSION=2.3.0-1
TAG_VERSION=2.3.0-2
2 changes: 1 addition & 1 deletion build-sakuli-remote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ make build test prepare-release \
IMAGE_NAME=sakuli-s2i-remote-connection \
BASE_IMAGE=sakuli-remote-connection \
BASE_IMAGE_VERSION=2.3.0 \
TAG_VERSION=2.3.0-1
TAG_VERSION=2.3.0-2
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

export VERSION="2.3.0-1"
export VERSION="2.3.0-2"

make release IMAGE_NAME=sakuli-s2i TAG_VERSION=${VERSION}
make release IMAGE_NAME=sakuli-s2i-remote-connection TAG_VERSION=${VERSION}

0 comments on commit 37a6b7c

Please sign in to comment.