We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fffa363 commit ec8a33fCopy full SHA for ec8a33f
scripts/schedule_cache.sh
@@ -4,7 +4,7 @@
4
5
REPOPATH=$(realpath .)
6
JOBNAME=$(echo "$REPOPATH" | xargs basename)
7
-STATICPATH="$REPOPATH/flash_app/static"
+STATICPATH="$REPOPATH/scripts/graphql.py"
8
COMMAND="50 23 * * * python $SCRIPTPATH $REPOPATH"
9
10
cronberry enter "Cache cards for $JOBNAME" "$COMMAND" --overwrite
0 commit comments