@@ -85,7 +85,7 @@ pre-push:
85
85
86
86
e2e-links :
87
87
tags : test,links
88
- glob : ' content/**/* .{md,html}'
88
+ glob : ' content/*.{md,html}'
89
89
run : |
90
90
echo "Running link checker for: {push_files}"
91
91
yarn test:links {push_files}
@@ -104,43 +104,43 @@ pre-push:
104
104
run : yarn build:pytest:image
105
105
# Test code blocks in markdown files
106
106
cloud-pytest :
107
- glob : content/influxdb/cloud/**/* .md
107
+ glob : content/influxdb/cloud/*.md
108
108
tags : test,codeblocks,v2
109
109
env :
110
110
SERVICE : cloud-pytest
111
111
run : yarn test:codeblocks:cloud '{push_files}'
112
112
113
113
cloud-dedicated-pytest :
114
114
tags : test,codeblocks,v3
115
- glob : content/influxdb/cloud-dedicated/**/* .md
115
+ glob : content/influxdb/cloud-dedicated/*.md
116
116
run : |
117
117
yarn test:codeblocks:cloud-dedicated '{push_files}' &&
118
118
./test/scripts/monitor-tests.sh stop cloud-dedicated-pytest
119
119
120
120
cloud-serverless-pytest :
121
121
tags : test,codeblocks,v3
122
- glob : content/influxdb/cloud-serverless/**/* .md
122
+ glob : content/influxdb/cloud-serverless/*.md
123
123
env :
124
124
SERVICE : cloud-serverless-pytest
125
125
run : yarn test:codeblocks:cloud-serverless '{push_files}'
126
126
127
127
clustered-pytest :
128
128
tags : test,codeblocks,v3
129
- glob : content/influxdb/clustered/**/* .md
129
+ glob : content/influxdb/clustered/*.md
130
130
run : |
131
131
yarn test:codeblocks:clustered '{push_files}' &&
132
132
./test/scripts/monitor-tests.sh stop clustered-pytest
133
133
134
134
telegraf-pytest :
135
135
tags : test,codeblocks
136
- glob : content/telegraf/**/* .md
136
+ glob : content/telegraf/*.md
137
137
env :
138
138
SERVICE : telegraf-pytest
139
139
run : yarn test:codeblocks:telegraf '{push_files}'
140
140
141
141
v2-pytest :
142
142
tags : test,codeblocks,v2
143
- glob : content/influxdb/v2/**/* .md
143
+ glob : content/influxdb/v2/*.md
144
144
env :
145
145
SERVICE : v2-pytest
146
146
run : yarn test:codeblocks:v2 '{push_files}'
0 commit comments