File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -137,39 +137,39 @@ pre-push:
137
137
tags : test,codeblocks,v2
138
138
env :
139
139
SERVICE : cloud-pytest
140
- run : yarn test:codeblocks:cloud '{push_files }'
140
+ run : yarn test:codeblocks:cloud '{staged_files }'
141
141
142
142
cloud-dedicated-pytest :
143
143
tags : test,codeblocks,v3
144
144
glob : content/influxdb3/cloud-dedicated/*.md
145
145
run : |
146
- yarn test:codeblocks:cloud-dedicated '{push_files }' &&
146
+ yarn test:codeblocks:cloud-dedicated '{staged_files }' &&
147
147
./test/scripts/monitor-tests.sh stop cloud-dedicated-pytest
148
148
149
149
cloud-serverless-pytest :
150
150
tags : test,codeblocks,v3
151
151
glob : content/influxdb3/cloud-serverless/*.md
152
152
env :
153
153
SERVICE : cloud-serverless-pytest
154
- run : yarn test:codeblocks:cloud-serverless '{push_files }'
154
+ run : yarn test:codeblocks:cloud-serverless '{staged_files }'
155
155
156
156
clustered-pytest :
157
157
tags : test,codeblocks,v3
158
158
glob : content/influxdb3/clustered/*.md
159
159
run : |
160
- yarn test:codeblocks:clustered '{push_files }' &&
160
+ yarn test:codeblocks:clustered '{staged_files }' &&
161
161
./test/scripts/monitor-tests.sh stop clustered-pytest
162
162
163
163
telegraf-pytest :
164
164
tags : test,codeblocks
165
165
glob : content/telegraf/*.md
166
166
env :
167
167
SERVICE : telegraf-pytest
168
- run : yarn test:codeblocks:telegraf '{push_files }'
168
+ run : yarn test:codeblocks:telegraf '{staged_files }'
169
169
170
170
v2-pytest :
171
171
tags : test,codeblocks,v2
172
172
glob : content/influxdb/v2/*.md
173
173
env :
174
174
SERVICE : v2-pytest
175
- run : yarn test:codeblocks:v2 '{push_files }'
175
+ run : yarn test:codeblocks:v2 '{staged_files }'
You can’t perform that action at this time.
0 commit comments