Skip to content

Commit 013c4fb

Browse files
committed
changed cleanup_env job example
1 parent ba6ef9a commit 013c4fb

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

src/examples/cleanup_env.yml

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
description: >
2-
Sample example description.
3-
# Provide a use-case based example for using this orb.
4-
# Everything in the `usage` section will be displayed in the orb registry.
5-
# Comments are not retained.
6-
usage:
7-
version: 2.1
8-
orbs:
9-
<orb-name>: <namespace>/<orb-name>@1.2.3
10-
workflows:
11-
use-my-orb:
12-
jobs:
13-
- <orb-name>/<job-name>
1+
version: '2.1'
2+
orbs:
3+
browserstack-circleci-orb: browserstack/[email protected]
4+
workflows:
5+
cleanup-job-example:
6+
jobs:
7+
- my_test_job
8+
- browserstack-circleci-orb/cleanup_env:
9+
requires:
10+
- my_test_job

0 commit comments

Comments
 (0)