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
8e3ef4ba
There was a problem fetching the pipeline summary.
Commit
8e3ef4ba
authored
8 years ago
by
micah
Browse files
Options
Downloads
Patches
Plain Diff
fix .gitlab-ci.yml spacing so it validates
parent
79330af7
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+8
-10
8 additions, 10 deletions
.gitlab-ci.yml
with
8 additions
and
10 deletions
.gitlab-ci.yml
+
8
−
10
View file @
8e3ef4ba
...
...
@@ -8,9 +8,7 @@ stages:
build
:
stage
:
build
script
:
-
rake build
#- sudo rake install
#- ./bin/leap
-
"
rake
build"
-
"
gem
install
--user-install
pkg/leap_cli-*.gem"
-
export PATH="$PATH:$(ruby -e 'puts Gem.user_dir')/bin"
-
leap
...
...
@@ -20,13 +18,13 @@ build:
name
:
"
leap_cli_${CI_BUILD_REF_NAME}_${CI_BUILD_REF}"
expire_in
:
3 month
test:
stage
:
test
script
:
- "gem install --user-install pkg/leap_cli-*.gem"
- export PATH="$PATH:$(ruby -e 'puts Gem.user_dir')/bin"
- leap
- rake test
test
:
stage
:
test
script
:
-
"
gem
install
--user-install
pkg/leap_cli-*.gem"
-
export PATH="$PATH:$(ruby -e 'puts Gem.user_dir')/bin"
-
leap
-
"
rake
test
"
# trigger leap_platform pipeline
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