Skip to content

Commit

Permalink
Adding shared context instead of env vars in circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
ManoelMilchev committed Jan 18, 2023
1 parent 74ffb90 commit 829503d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@ workflows:
executor-name:
name: ft-golang-ci/default-with-neo4j
neo4j-image-version: 4.3.10-enterprise
context: cm-team-github
- ft-golang-ci/docker-build:
name: build-docker-image
requires:
- build-and-test-project
context: cm-team-github
snyk-scanning:
jobs:
- ft-golang-ci/scan:
name: scan-dependencies
context: cm-team-snyk
context:
- cm-team-snyk
- cm-team-github

0 comments on commit 829503d

Please sign in to comment.