Skip to content
Snippets Groups Projects
Commit 07af2dec authored by Andrea Michelotti's avatar Andrea Michelotti
Browse files

wrong dependency

parent 309344e9
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -86,8 +86,6 @@ ubuntu1604_x86_64:
ubuntu1604_static_x86_64:
tags:
- chaos
stage: build
image: baltig.infn.it:4567/amichelo/chaos_bundle_compilation:1604
script:
......@@ -212,7 +210,7 @@ deploy_stage:
ubuntu1604_test_x86_64:
dependencies:
- ubuntu1404_x86_64
- ubuntu1604_x86_64
stage: test
services:
- name: couchbase/server:community-3.1.3
......@@ -222,7 +220,7 @@ ubuntu1604_test_x86_64:
image: baltig.infn.it:4567/amichelo/chaos_bundle_compilation:1604
script:
- tar xfz $DISTRIB_NAME.tar.gz -C /
- tar xfz $DISTRIB_NAME.tar.gz -C /usr/local/chaos/
- scripts/dbinit.sh couchbase mongo
- repo init -u git@baltig.infn.it:chaos-lnf-control/chaos_repo_bundle.git -b $CI_COMMIT_REF_NAME
- repo sync
......@@ -257,7 +255,7 @@ ubuntu1404_test_x86_64:
image: baltig.infn.it:4567/amichelo/chaos_bundle_compilation:1404
script:
- tar xfz $DISTRIB_NAME.tar.gz -C /
- tar xfz $DISTRIB_NAME.tar.gz -C /usr/local/chaos
- scripts/dbinit.sh couchbase mongo
- repo init -u git@baltig.infn.it:chaos-lnf-control/chaos_repo_bundle.git -b $CI_COMMIT_REF_NAME
- repo sync
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment