Skip to content

Commit

Permalink
Merge pull request #52 from RedisGears/cherry_pick_50
Browse files Browse the repository at this point in the history
CircleCI: added context (#50)
  • Loading branch information
MeirShpilraien authored Feb 10, 2021
2 parents db6c209 + 306f455 commit 3dc7d49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,16 +128,20 @@ workflows:
- platform-build:
name: build-bionic
platform: bionic
context: common
<<: *platform-build-defs
- platform-build:
name: build-centos7
platform: centos7
context: common
<<: *platform-build-defs
- platform-build:
name: build-xenial
platform: xenial
context: common
<<: *platform-build-defs
- deploy-artifacts:
context: common
<<: *after-platform-builds
<<: *on-any-branch

Expand Down

0 comments on commit 3dc7d49

Please sign in to comment.