Skip to content

Commit

Permalink
enable master v2 branch (#1814)
Browse files Browse the repository at this point in the history
  • Loading branch information
InoMurko committed Feb 11, 2021
1 parent 0367ed8 commit e19ca23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/ci_publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if [ -n "$CIRCLE_TAG" ]; then
fi
else
case "$CIRCLE_BRANCH" in
master ) _image_tag="$_image_tag latest";;
master-v2 ) _image_tag="$_image_tag latest";;
v* ) _image_tag="$_image_tag ${CIRCLE_BRANCH#*v}-dev";;
* ) ;;
esac
Expand Down
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ jobs:
machine:
image: ubuntu-2004:202010-01
environment:
PERF_IMAGE_NAME: "omisego/perf:latest"
PERF_IMAGE_NAME: "omisego/perf-v2:latest"
STATIX_TAG: "env:perf_circleci"
CHILD_CHAIN_URL: http://127.0.0.1:9656/v1
FEE_AMOUNT: 1
Expand Down

0 comments on commit e19ca23

Please sign in to comment.