diff --git a/app/crawler/main.sh b/app/crawler/main.sh index f02ec98..725527a 100644 --- a/app/crawler/main.sh +++ b/app/crawler/main.sh @@ -16,6 +16,8 @@ config() { export NOTEA_ADDR="${NOTEA_ADDR:-"http://localhost:3000"}" export GITLAB_PAT="$GITLAB_PAT" source ./gitlab.sh + source ./cache.sh + source ./notea.sh } log() {