We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba6ef9a commit 013c4fbCopy full SHA for 013c4fb
src/examples/cleanup_env.yml
@@ -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>
+version: '2.1'
+orbs:
+ browserstack-circleci-orb: browserstack/[email protected]
+workflows:
+ cleanup-job-example:
+ jobs:
+ - my_test_job
+ - browserstack-circleci-orb/cleanup_env:
+ requires:
0 commit comments