We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f67a6 commit fe9f7adCopy full SHA for fe9f7ad
spec/test_code_samples_v1.sh
@@ -9,7 +9,7 @@ API_KEY=$3
9
if [ -z "${ACCOUNT}" ]; then echo "ACCOUNT is required"; exit 1; fi
10
if [ -z "${ENDPOINT}" ]; then echo "ENDPOINT is required"; exit 1; fi
11
12
-for f in $(find ./docs/code_samples -maxdepth 1 -name "*.txt" -not -name "workflow_*.txt" | sort -h)
+for f in $(find ./docs/code_samples -maxdepth 1 -name "*.txt" -not -name "workflow_*.txt" -not -name "v2_*" | sort -h)
13
do
14
echo
15
echo "###############################################"
0 commit comments