Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
leap_cli
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
leap
leap_cli
Commits
5448925f
There was a problem fetching the pipeline summary.
Commit
5448925f
authored
8 years ago
by
elijah
Browse files
Options
Downloads
Patches
Plain Diff
fix gitlab test
parent
8e3ef4ba
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-4
2 additions, 4 deletions
.gitlab-ci.yml
with
2 additions
and
4 deletions
.gitlab-ci.yml
+
2
−
4
View file @
5448925f
...
@@ -21,10 +21,8 @@ build:
...
@@ -21,10 +21,8 @@ build:
test
:
test
:
stage
:
test
stage
:
test
script
:
script
:
-
"
gem
install
--user-install
pkg/leap_cli-*.gem"
-
bundle install --path vendor/bundle --with test
-
export PATH="$PATH:$(ruby -e 'puts Gem.user_dir')/bin"
-
rake test
-
leap
-
"
rake
test"
# trigger leap_platform pipeline
# trigger leap_platform pipeline
trigger
:
trigger
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment