We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999a61a commit 0087042Copy full SHA for 0087042
scripts/tester/tester.sh
@@ -98,11 +98,11 @@ echo "File extraction complete."
98
nsuccess=$(($SUCCESS+1))
99
if [ $nsuccess = 12 ]; then
100
nsuccess=0
101
+ post_message "Upload+extract test script continuous 24 hours success!"
102
fi
103
echo $nsuccess
104
export SUCCESS=$nsuccess
105
env > ./my_env.sh
-post_message "Upload+extract test script continuous 24 hours success!"
106
107
# ------------------------ Delete dataset ------------------------
108
curl -X DELETE $CLOWDER_URL/api/datasets/$DATASET_ID?key=$CLOWDER_KEY
0 commit comments