Skip to content

Commit

Permalink
Remove Context config
Browse files Browse the repository at this point in the history
  • Loading branch information
PEZ committed May 9, 2022
1 parent 4e04d75 commit 734c60f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ workflows:
ignore: /.*/
tags:
only: /^v\d+\.\d+\.\d+-?.*/
context: Joyride
#context: Joyride
- marketplace-publish:
requires:
- github-release
Expand All @@ -375,7 +375,7 @@ workflows:
ignore: /.*/
tags:
only: /^v\d+\.\d+\.\d+$/
context: Joyride
#context: Joyride
- open-vsx-publish:
requires:
- github-release
Expand All @@ -384,7 +384,7 @@ workflows:
ignore: /.*/
tags:
only: /^v\d+\.\d+\.\d+$/
context: Joyride
#context: Joyride
- bump-version:
requires:
- marketplace-publish
Expand All @@ -393,4 +393,4 @@ workflows:
ignore: /.*/
tags:
only: /^v\d+\.\d+\.\d+$/
context: Joyride
#context: Joyride

0 comments on commit 734c60f

Please sign in to comment.