Skip to content

Commit 85289ae

Browse files
committed
store date to file
1 parent 6403085 commit 85289ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tester/tester.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ if [ ! -e memoryfile ]; then
9898
elif [ "$(cat memoryfile)" != "$today" ]; then
9999
post_message "Upload+extract test script success!"
100100
fi
101-
101+
echo $today > memoryfile
102102

103103
# ------------------------ Delete dataset ------------------------
104104
curl -X DELETE $CLOWDER_URL/api/datasets/$DATASET_ID?key=$CLOWDER_KEY

0 commit comments

Comments
 (0)