Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
demo-project
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vae
demo-project
Commits
b70025df
Commit
b70025df
authored
Mar 21, 2019
by
vae
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
858061c2
Pipeline
#120
failed with stage
in 22 minutes and 6 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
10 deletions
+1
-10
.gitlab-ci.yml
.gitlab-ci.yml
+0
-10
Fastfile
fastlane/Fastfile
+1
-0
No files found.
.gitlab-ci.yml
View file @
b70025df
stages
:
-
pod
-
deploy
addDependents
:
stage
:
pod
script
:
pod install
tags
:
-
xcode
only
:
refs
:
-
test-cicd
upload
:
stage
:
deploy
script
:
fastlane betaG
...
...
fastlane/Fastfile
View file @
b70025df
...
...
@@ -35,6 +35,7 @@ platform :ios do
end
lane :betaG do
cocoapods
get_certificates(output_path:"outPut/GotoBus")
get_provisioning_profile(
provisioning_name:"FT iOS: com.GoToBus.app",
...
...
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