Skip to content

Commit

Permalink
Add Context
Browse files Browse the repository at this point in the history
  • Loading branch information
MD Raza committed Jun 17, 2020
1 parent 3fc4a79 commit 1f287a5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
5 changes: 3 additions & 2 deletions .circleci/ofrp.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
jobs:
compile:
build:
docker:
- image: ubuntu:18.04
environment:
Expand Down Expand Up @@ -42,4 +42,5 @@ workflows:
version: 2.1
cooking:
jobs:
- compile
- build:
context: raza
5 changes: 3 additions & 2 deletions .circleci/pbrp.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
jobs:
compile:
build:
docker:
- image: ubuntu:18.04
environment:
Expand Down Expand Up @@ -42,4 +42,5 @@ workflows:
version: 2.1
cooking:
jobs:
- compile
- build:
context: raza
5 changes: 3 additions & 2 deletions .circleci/shrp.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
jobs:
compile:
build:
docker:
- image: ubuntu:18.04
environment:
Expand Down Expand Up @@ -42,4 +42,5 @@ workflows:
version: 2.1
cooking:
jobs:
- compile
- build:
context: raza
5 changes: 3 additions & 2 deletions .circleci/twrp.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
jobs:
compile:
build:
docker:
- image: ubuntu:18.04
environment:
Expand Down Expand Up @@ -40,4 +40,5 @@ workflows:
version: 2.1
cooking:
jobs:
- compile
- build:
context: raza

0 comments on commit 1f287a5

Please sign in to comment.