Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Mobile
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
176
Issues
176
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Minds
Minds Mobile
Commits
7983d803
Commit
7983d803
authored
1 hour ago
by
Brian Hatchet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Loading version into sentry command
parent
abffd873
chore/tag-builds-sentry-1294
No related merge requests found
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
11 deletions
+5
-11
config.yml
.circleci/config.yml
+5
-11
No files found.
.circleci/config.yml
View file @
7983d803
...
...
@@ -156,24 +156,18 @@ jobs:
steps
:
-
attach_workspace
:
at
:
/tmp/workspace
-
run
:
name
:
Load version from workspace
run
:
|
if [[ `cat /tmp/workspace/echo-output` == "Hello, world!" ]]; then
echo "It worked!";
else
echo "Nope!"; exit 1
fi
-
run
:
name
:
Tag sentry release
command
:
|
run: |
version=`cat /tmp/workspace/version`
echo Tagging release with ${version}
# release created by fastlane preparesentry
# APP_VERSION set in fastlane preparesentry
# https://circleci.com/docs/2.0/env-vars/#using-bash_env-to-set-environment-variables
# Using bashenv to persist
sentry-cli releases set-commits --auto ${APP_VERSION}
sentry-cli releases finalize ${APP_VERSION}
sentry-cli releases set-commits --auto ${version}
sentry-cli releases finalize ${version}
workflows
:
version
:
2
node-ios
:
...
...
This diff is collapsed.
Click to expand it.
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