Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
bird_pipeline_registry
RNAseq-quantif-pipeline
Commits
acd3d4ef
Commit
acd3d4ef
authored
Sep 11, 2020
by
vintache-d
Browse files
use gitlab-ci only for the branch test-CI
parent
075a1405
Pipeline
#20638
failed with stages
in 14 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
acd3d4ef
...
...
@@ -16,7 +16,7 @@ before_script:
build
:
stage
:
build
only
:
-
master
-
test-CI
script
:
-
docker pull $CI_REGISTRY_IMAGE ||
true
-
docker build --build-arg HTTP_PROXY="http://proxy-upgrade.univ-nantes.prive:3128"
...
...
@@ -31,7 +31,7 @@ build:
test
:
stage
:
test
only
:
-
master
-
test-CI
script
:
-
docker run
$CI_REGISTRY_IMAGE ".ci/scripts/executePipeline.sh" "CONFIG/project.json" "CONFIG/config.json"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment