Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
portal-backend
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HBP Medical Informatics Platform
portal-backend
Merge requests
!3
[pull] master from LREN-CHUV:master
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[pull] master from LREN-CHUV:master
github/fork/LREN-CHUV/master
into
master
Overview
1
Commits
14
Pipelines
0
Changes
29
Merged
Kostas FILIPPOPOLITIS
requested to merge
github/fork/LREN-CHUV/master
into
master
6 years ago
Overview
1
Commits
14
Pipelines
0
Changes
29
Expand
Created by: pull[bot]
See
Commits
and
Changes
for more details.
Created by
pull[bot]
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
e4aa39aa
14 commits,
2 years ago
29 files
+
345
−
297
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
29
Search (e.g. *.vue) (Ctrl+P)
.circleci/config.yml
+
14
−
12
Options
---
version
:
2
# Sample advanced CircleCI configuration: https://github.com/transcom/mymove/blob/master/.circleci/config.yml
version
:
2.1
jobs
:
build
:
working_directory
:
~/src
docker
:
-
image
:
hbpmip/docker-compose-for-ci:1
7
.0
6
-1
-
image
:
hbpmip/docker-compose-for-ci:1
8
.0
9
-1
environment
:
-
CIRCLECI
:
true
steps
:
-
setup_remote_docker
:
version
:
1
7
.06.0-ce
version
:
1
8
.06.0-ce
-
checkout
-
restore_cache
:
keys
:
-
pre-commit-dot-cache-{{ checksum ".pre-commit-config.yaml" }}
-
run
:
name
:
"
Install
requirements"
command
:
|
docker --version
pip install --upgrade pre-commit
pre-commit install
-
run
:
name
:
"
Validate
code
quality"
command
:
|
pre-commit run --all-files
-
save_cache
:
key
:
pre-commit-dot-cache-{{ checksum ".pre-commit-config.yaml" }}
paths
:
-
~/.cache/pre-commit
-
run
:
name
:
"
Build
project"
command
:
|
PATH=$PATH:/$HOME/.captain/bin/ ./build.sh
command
:
./build.sh
-
run
:
name
:
"
Test
project"
command
:
|
PATH=$PATH:/$HOME/.captain/bin/ ./tests/test.sh
notify
:
webhooks
:
-
url
:
'
https://webhook.atomist.com/atomist/circle'
command
:
./tests/test.sh