main sources all

master
Bel LaPointe 2022-02-01 10:59:33 -07:00
parent c3a84c8e97
commit 88af768748
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ config() {
export NOTEA_ADDR="${NOTEA_ADDR:-"http://localhost:3000"}" export NOTEA_ADDR="${NOTEA_ADDR:-"http://localhost:3000"}"
export GITLAB_PAT="$GITLAB_PAT" export GITLAB_PAT="$GITLAB_PAT"
source ./gitlab.sh source ./gitlab.sh
source ./cache.sh
source ./notea.sh
} }
log() { log() {