Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
arsnova-click-v2-frontend
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
12
Merge Requests
12
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
ARSnova
arsnova-click-v2-frontend
Commits
904d17de
Commit
904d17de
authored
Nov 15, 2019
by
Christopher Mark Fullarton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removes global install flag for sentry cli
parent
b46e0da0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
904d17de
...
...
@@ -99,7 +99,7 @@ sync_sentry:
dependencies
:
-
generate_assets
script
:
-
npm install
-g
@sentry/cli
-
npm install @sentry/cli
-
echo "Create a new release $CI_COMMIT_SHA"
#- export SENTRY_URL=$SENTRY_BASE_URL
-
export SENTRY_AUTH_TOKEN=$SENTRY_BASE_TOKEN
...
...
@@ -181,7 +181,7 @@ sync_sentry-beta:
dependencies
:
-
generate_assets-beta
script
:
-
npm install
-g
@sentry/cli
-
npm install @sentry/cli
-
echo "Create a new release $CI_COMMIT_SHA"
#- export SENTRY_URL=$SENTRY_BASE_URL
-
export SENTRY_AUTH_TOKEN=$SENTRY_BASE_TOKEN
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment