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 6403085 commit 85289aeCopy full SHA for 85289ae
scripts/tester/tester.sh
@@ -98,7 +98,7 @@ if [ ! -e memoryfile ]; then
98
elif [ "$(cat memoryfile)" != "$today" ]; then
99
post_message "Upload+extract test script success!"
100
fi
101
-
+echo $today > memoryfile
102
103
# ------------------------ Delete dataset ------------------------
104
curl -X DELETE $CLOWDER_URL/api/datasets/$DATASET_ID?key=$CLOWDER_KEY
0 commit comments