ci.sh: export sentry variables before calling build
Otherwise fec doesn't pick them up.
This commit is contained in:
parent
5af29d37c5
commit
7d9f4b9c62
1 changed files with 3 additions and 1 deletions
4
ci.sh
4
ci.sh
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue