Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
duniter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
typescript
duniter
Merge requests
!1219
Gitlab ci redshift
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Gitlab ci redshift
gitlab-ci-redshift
into
1.6
Overview
0
Commits
8
Pipelines
0
Changes
1
Merged
Cédric Moreau
requested to merge
gitlab-ci-redshift
into
1.6
7 years ago
Overview
0
Commits
8
Pipelines
0
Changes
1
Expand
Add CI to Duniter using Redshift server to execute the build and the tests.
1
0
Merge request reports
Compare
1.6
version 1
75a2ef74
7 years ago
1.6 (base)
and
latest version
latest version
75a2ef74
8 commits,
7 years ago
version 1
75a2ef74
9 commits,
7 years ago
1 file
+
11
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
0 → 100644
+
11
−
0
Options
before_script
:
-
export NVM_DIR="$HOME/.nvm"
-
. "$NVM_DIR/nvm.sh"
test
:
stage
:
test
tags
:
-
redshift
script
:
-
yarn
-
yarn test
Loading