Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
chore: Release v0.1.0
Browse files Browse the repository at this point in the history
closes #87

Signed-off-by: Firas Qutishat <[email protected]>
  • Loading branch information
fqutishat committed Oct 31, 2019
1 parent 1bf6427 commit acfc30a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PROJECT_NAME = sidetree-fabric
CONTAINER_IDS = $(shell docker ps -a -q)
DEV_IMAGES = $(shell docker images dev-* -q)
ARCH = $(shell go env GOARCH)
GO_VER = $(shell grep "GO_VER" .ci-properties |cut -d'=' -f2-)
GO_VER = 1.12.5
export GO111MODULE = on

# Fabric tools docker image (overridable)
Expand Down
2 changes: 1 addition & 1 deletion ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
docker logout
}
trap logout EXIT
source ./.ci-properties
source ci/version_var.sh
echo $DOCKER_PASSWORD | docker login --username $DOCKER_USER --password-stdin
make sidetree-docker
docker tag trustbloc/sidetree-fabric:latest trustbloc/sidetree-fabric:$SIDETREE_FABRIC_IMAGE_TAG
Expand Down
6 changes: 1 addition & 5 deletions .ci-properties → ci/version_var.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Release Parameters
BASE_VERSION=0.1.0
IS_RELEASE=false
IS_RELEASE=true

ARCH=$(go env GOARCH)

Expand All @@ -20,7 +20,3 @@ else
fi

export SIDETREE_FABRIC_IMAGE_TAG=$ARCH-$PROJECT_VERSION

GO_VER=1.12.5
GO_MIN_VER=1.12
GO_MAX_VER=1.12.5

0 comments on commit acfc30a

Please sign in to comment.