ci.sh: export sentry variables before calling build

Otherwise fec doesn't pick them up.
This commit is contained in:
Sanne Raymaekers 2024-11-15 10:37:28 +01:00
parent 5af29d37c5
commit 7d9f4b9c62

4
ci.sh
View file

@ -16,6 +16,8 @@ else
source build_app_info.sh
mv ${DIST_FOLDER} stable
export BETA=true
# export sentry specific variables
export SENTRY_AUTH_TOKEN SENTRY_DSN SENTRY_ORG SENTRY_PROJECT
build
source build_app_info.sh
mv ${DIST_FOLDER} preview
@ -24,4 +26,4 @@ else
mv preview ${DIST_FOLDER}/preview
fi
# End workaround
# End workaround