Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 3e42791

Browse files
authored
Merge pull request #17 from openapi-json-schema-tools/feat_removes_other_generators
Removes other generator docs
2 parents 362388a + 0ff0a99 commit 3e42791

File tree

137 files changed

+6
-34914
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+6
-34914
lines changed

CI/circle_parallel.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,18 @@ function cleanup {
1919
trap cleanup EXIT
2020

2121
if [ "$NODE_INDEX" = "1" ]; then
22+
# node1
23+
# ensures samples + docs up to date
2224
echo "Running node $NODE_INDEX"
2325

2426
./bin/utils/ensure-up-to-date
2527

2628
elif [ "$NODE_INDEX" = "2" ]; then
29+
# node2
2730
echo "Running node $NODE_INDEX"
2831

2932
elif [ "$NODE_INDEX" = "3" ]; then
33+
# node3
3034

3135
echo "Running node $NODE_INDEX to test 'samples.circleci.node3' defined in pom.xml ..."
3236
#wget https://www.python.org/ftp/python/3.8.9/Python-3.8.9.tgz
@@ -58,6 +62,8 @@ elif [ "$NODE_INDEX" = "3" ]; then
5862
#mvn --no-snapshot-updates --quiet verify -Psamples.circleci.node3 -Dorg.slf4j.simpleLogger.defaultLogLevel=error
5963

6064
elif [ "$NODE_INDEX" = "4" ]; then
65+
# node4
66+
6167
echo "Running node $NODE_INDEX to test 'samples.circleci.node4' defined in pom.xml ..."
6268

6369
#mvn --no-snapshot-updates --quiet verify -Psamples.circleci.node4 -Dorg.slf4j.simpleLogger.defaultLogLevel=error

docs/generators/README.md

Lines changed: 0 additions & 135 deletions
This file was deleted.

0 commit comments

Comments
 (0)