readme for crawler
parent
c7c728d567
commit
b1d3d8a83e
|
|
@ -0,0 +1,10 @@
|
|||
## running
|
||||
|
||||
export RCLONE_CONFIG=/tmp/rclone.temp.conf
|
||||
export RCLONE_CONFIG_PASS=abc
|
||||
export CACHE=/tmp/notea-team3
|
||||
export NOTES_ADDR=${NOTES_ADDR:-http://localhost:3004}
|
||||
export GITLAB_PAT=$(get_secret GITLAB_PAT)
|
||||
mkdir -p $CACHE
|
||||
bash main.sh
|
||||
echo $?
|
||||
Loading…
Reference in New Issue