Skip to content
Snippets Groups Projects
Commit e55f7290 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix linux CI script error

parent 28f181cd
No related branches found
No related tags found
No related merge requests found
......@@ -149,10 +149,10 @@ variables:
- autobuild build -c ReleaseOS --no-configure
- autobuild graph -c ReleaseOS --graph-file alchemy-linuxs${AUTOBUILD_ADDRSIZE}-dependencies.svg
- |
If ($env:USE_SENTRY -eq 'TRUE')
{
if [ "$USE_SENTRY" = "TRUE" ]
then
sentry-cli difutil bundle-sources build-linux-*/newview/alchemy-bin.debug
}
fi
artifacts:
name: "$env:CI_COMMIT_REF_NAME-$env:CI_COMMIT_SHORT_SHA"
expire_in: 1 week
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment