Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
platform
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
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
platform
Commits
1c00a62a
Verified
Commit
1c00a62a
authored
7 years ago
by
Varac
Browse files
Options
Downloads
Patches
Plain Diff
Lint .gitlab-ci.yml
parent
48955390
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+14
-6
14 additions, 6 deletions
.gitlab-ci.yml
with
14 additions
and
6 deletions
.gitlab-ci.yml
+
14
−
6
View file @
1c00a62a
---
image
:
0xacab.org:4567/leap/docker/ruby:latest
image
:
0xacab.org:4567/leap/docker/ruby:latest
# This is for caching the gems not only between the stages, but also persistent
# This is for caching the gems not only between the stages, but also
# on the gitlab-runner so we don't need to install from scratch on every pipeline
# persistent on the gitlab-runner so we don't need to install from
# scratch on every pipeline
cache
:
cache
:
key
:
"
$CI_BUILD_REF_NAME"
key
:
"
$CI_BUILD_REF_NAME"
untracked
:
true
untracked
:
true
...
@@ -74,7 +76,9 @@ ci.leap.se:
...
@@ -74,7 +76,9 @@ ci.leap.se:
only
:
only
:
-
master@leap/platform
-
master@leap/platform
script
:
script
:
-
su -c '/usr/bin/unbuffer /bin/bash -o pipefail ./ci-build.sh | /usr/bin/ts' cirunner
-
>
su -c '/usr/bin/unbuffer /bin/bash -o pipefail ./ci-build.sh |
/usr/bin/ts' cirunner
demo.bitmask.net
:
demo.bitmask.net
:
stage
:
deploy
stage
:
deploy
...
@@ -84,7 +88,9 @@ demo.bitmask.net:
...
@@ -84,7 +88,9 @@ demo.bitmask.net:
-
master
-
master
when
:
manual
when
:
manual
script
:
script
:
-
su -c '/usr/bin/unbuffer /bin/bash -o pipefail ./ci-build.sh | /usr/bin/ts' cirunner
-
>
su -c '/usr/bin/unbuffer /bin/bash -o pipefail ./ci-build.sh |
/usr/bin/ts' cirunner
mail.bitmask.net
:
mail.bitmask.net
:
stage
:
deploy
stage
:
deploy
...
@@ -94,4 +100,6 @@ mail.bitmask.net:
...
@@ -94,4 +100,6 @@ mail.bitmask.net:
-
master
-
master
when
:
manual
when
:
manual
script
:
script
:
-
su -c '/usr/bin/unbuffer /bin/bash -o pipefail ./ci-build.sh | /usr/bin/ts' cirunner
-
>
su -c '/usr/bin/unbuffer /bin/bash -o pipefail ./ci-build.sh |
/usr/bin/ts' cirunner
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