File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
integration_tests/features Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -84,30 +84,6 @@ Feature: Config checking
84
84
Then the exit status should be 0
85
85
And the output should contain "Config file at config.yml is valid"
86
86
87
- Scenario : Checking a valid config file with a private org
88
- Given a file named "config.yml" with:
89
- """
90
- version: 2.1
91
-
92
- orbs:
93
-
94
-
95
- jobs:
96
- datadog-hello-world:
97
- docker:
98
- - image: cimg/base:stable
99
- steps:
100
- - run: |
101
- echo "doing something really cool"
102
- workflows:
103
- datadog-hello-world:
104
- jobs:
105
- - datadog-hello-world
106
- """
107
- When I run `circleci config validate --skip-update-check --org-id bb604b45-b6b0-4b81-ad80-796f15eddf87 -c config.yml`
108
- Then the output should contain "Config file at config.yml is valid"
109
- And the exit status should be 0
110
-
111
87
Scenario : Checking a valid config file with a non-existant orb
112
88
Given a file named "config.yml" with:
113
89
"""
You can’t perform that action at this time.
0 commit comments