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

Commit c479448

Browse files
authored
Merge pull request #90 from fqutishat/89
chore: Release v0.1.0
2 parents 8c1bbf5 + f49b1a9 commit c479448

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
CONTAINER_IDS = $(shell docker ps -a -q)
2020
DEV_IMAGES = $(shell docker images dev-* -q)
2121
ARCH = $(shell go env GOARCH)
22-
GO_VER = $(shell grep "GO_VER" .ci-properties |cut -d'=' -f2-)
22+
GO_VER = 1.12.5
2323

2424
# Namespace for the sidetree node
2525
DOCKER_OUTPUT_NS ?= trustbloc

ci/azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
docker logout
4949
}
5050
trap logout EXIT
51-
source ./.ci-properties
51+
source ci/version_var.sh
5252
echo $DOCKER_PASSWORD | docker login --username $DOCKER_USER --password-stdin
5353
make sidetree-docker
5454
docker tag trustbloc/sidetree-mock:latest trustbloc/sidetree-mock:$SIDETREE_MOCK_TAG

.ci-properties ci/version_var.sh

+1-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# Release Parameters
99
BASE_VERSION=0.1.0
10-
IS_RELEASE=false
10+
IS_RELEASE=true
1111

1212
ARCH=$(go env GOARCH)
1313

@@ -20,7 +20,3 @@ else
2020
fi
2121

2222
export SIDETREE_MOCK_TAG=$ARCH-$PROJECT_VERSION
23-
24-
GO_VER=1.12.5
25-
GO_MIN_VER=1.12
26-
GO_MAX_VER=1.12.5

0 commit comments

Comments
 (0)