Skip to content

Commit

Permalink
UBTC: upgrade version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanjiang Yu committed May 31, 2019
1 parent 67033b9 commit ca156c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ workflows:
- build_and_push_base_image:
<<: *base_image_common
dockerfile: Dockerfile.ubtc
tag: ubtc-2.3.0.1
tag: ubtc-2.5.0.1
- build_and_push_base_image:
<<: *base_image_common
dockerfile: Dockerfile.ltc
Expand All @@ -156,7 +156,7 @@ workflows:
requires:
- check_clang_format
- build_and_run_unit_tests:
base: ubtc-2.3.0.1
base: ubtc-2.5.0.1
requires:
- check_clang_format
- build_and_run_unit_tests:
Expand All @@ -180,7 +180,7 @@ workflows:
base: sbtc-0.16.2
- build_and_push_deploy_image:
<<: *deploy_image_common
base: ubtc-2.3.0.1
base: ubtc-2.5.0.1
- build_and_push_deploy_image:
<<: *deploy_image_common
base: ltc-0.16.3
Expand Down

0 comments on commit ca156c0

Please sign in to comment.