Skip to content

Commit 0fd541e

Browse files
committed
Updated config.yml
1 parent 43d561e commit 0fd541e

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.circleci/config.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ orbs:
55
workflows: #creating a workflow to define the context - collection of different jobs
66
test-env-vars: #setting up a job to define the context which this project will use
77
jobs:
8-
- build: #building the relevant context
8+
- build-test-monitor-app: #building the relevant context
99
context: Snyk # has an env var called Snyk-Token
10+
- build-test-monitor-docker:
11+
context: Snyk
12+
13+
1014
jobs: # a collection of steps
11-
build: # runs not using Workflows must have a `build` job as entry point #directory where steps will run
15+
build-test-monitor-app: # runs not using Workflows must have a `build` job as entry point #directory where steps will run
1216
working_directory: ~/goof
1317
docker:
1418
- image: circleci/node:4.8.2
@@ -31,8 +35,8 @@ jobs: # a collection of steps
3135
project: circleCi-goof
3236
severity-threshold: high
3337

34-
jobs: # a collection of steps
35-
build: # runs not using Workflows must have a `build` job as entry point #directory where steps will run
38+
39+
build-test-monitor-docker: # runs not using Workflows must have a `build` job as entry point #directory where steps will run
3640
#working_directory: ~/goof
3741
docker:
3842
- image: circleci/buildpack-deps:stretch

0 commit comments

Comments
 (0)