Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #128 from soluchok/fix_release
Browse files Browse the repository at this point in the history
chore: Agent SDK v0.1.5 release
  • Loading branch information
fqutishat authored Dec 8, 2020
2 parents 91252ce + 872b4fe commit 21cd6ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
echo '//npm.pkg.github.com/:_authToken=${DOCKER_PASSWORD}' > ~/.npmrc
echo '@hyperledger:registry=https://npm.pkg.github.com' >> ~/.npmrc
echo '@trustbloc-cicd:registry=https://npm.pkg.github.com' >> ~/.npmrc
echo '@trustbloc:registry=https://npm.pkg.github.com' >> ~/.npmrc
make checks
env:
DOCKER_PASSWORD: $(DOCKER_PASSWORD)
Expand Down Expand Up @@ -89,6 +90,7 @@ jobs:
echo '//npm.pkg.github.com/:_authToken=${DOCKER_PASSWORD}' > ~/.npmrc
echo '@hyperledger:registry=https://npm.pkg.github.com' >> ~/.npmrc
echo '@trustbloc-cicd:registry=https://npm.pkg.github.com' >> ~/.npmrc
echo '@trustbloc:registry=https://npm.pkg.github.com' >> ~/.npmrc
export npm_config_prefix=~/.npm-prefix
make aries-js-bdd
env:
Expand Down Expand Up @@ -122,6 +124,7 @@ jobs:
echo '//npm.pkg.github.com/:_authToken=${DOCKER_PASSWORD}' > ~/.npmrc
echo '@hyperledger:registry=https://npm.pkg.github.com' >> ~/.npmrc
echo '@trustbloc-cicd:registry=https://npm.pkg.github.com' >> ~/.npmrc
echo '@trustbloc:registry=https://npm.pkg.github.com' >> ~/.npmrc
make agent-rest-docker
docker tag docker.pkg.github.com/trustbloc/agent-sdk/agent-sdk-rest:latest ${AGENT_SDK_PKG}:${AGENT_SDK_TAG}
docker push ${AGENT_SDK_PKG}:${AGENT_SDK_TAG}
Expand Down
4 changes: 2 additions & 2 deletions ci/version_var.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#

# Release Parameters
BASE_VERSION=0.1.6
IS_RELEASE=false
BASE_VERSION=0.1.5
IS_RELEASE=true

SOURCE_REPO=agent-sdk
RELEASE_REPO=trustbloc/${SOURCE_REPO}
Expand Down

0 comments on commit 21cd6ac

Please sign in to comment.