Skip to content

Commit 45f3299

Browse files
authored
test: addition of the connectors_mgmt test to the ci pipeline (#49)
1 parent d7b95b5 commit 45f3299

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spectral/scripts/rules.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ wget -P $folder ${baseUrl}${file}
1818
echo "linting $file OAS file"
1919
yarn spectral lint $folder/$file -v -r $spectralConfig
2020

21-
## Updates made to the following need to be refected in their respective .openapi OAS files before the linting can pass and added to CI
21+
file='connector_mgmt.yaml'
22+
wget -P $folder ${baseUrl}${file}
23+
echo "linting $file OAS file"
24+
yarn spectral lint $folder/$file -v -r $spectralConfig
2225

23-
# file='connector_mgmt.yaml'
24-
# wget -P $folder ${baseUrl}${file}
25-
# echo "linting $file OAS file"
26-
# yarn spectral lint $folder/$file -v -r $spectralConfig
26+
## Updates made to the following need to be refected in their respective .openapi OAS files before the linting can pass and added to CI
2727

2828
# file='smartevents.yaml'
2929
# wget -P $folder ${baseUrl}${file}

0 commit comments

Comments
 (0)