Skip to content
Snippets Groups Projects
Commit 4d42a6b9 authored by garciadeblas's avatar garciadeblas
Browse files

Merge branch 'install-requirements' into 'master'

Update .gitlab-ci.yaml to install IM and osmclient requirements

See merge request !144
parents 60114ab3 15a52ef7
No related branches found
No related tags found
1 merge request!144Update .gitlab-ci.yaml to install IM and osmclient requirements
Pipeline #372 failed with stage
in 2 minutes
......@@ -10,8 +10,10 @@ publish-repository:
- git submodule update
- python3 -m pip install wheel pyang pyangbind
- git clone https://osm.etsi.org/gerrit/osm/IM.git
- pip3 install -r IM/requirements.txt
- pip3 install IM/
- git clone https://osm.etsi.org/gerrit/osm/osmclient.git
- pip3 install -r osmclient/requirements.txt
- pip3 install osmclient/
- rm -rf osmclient/ IM/
- mv magma/* .
......@@ -38,8 +40,10 @@ build-local-repository:
- git submodule update
- python3 -m pip install wheel pyang pyangbind
- git clone https://osm.etsi.org/gerrit/osm/IM.git
- pip3 install -r IM/requirements.txt
- pip3 install IM/
- git clone https://osm.etsi.org/gerrit/osm/osmclient.git
- pip3 install -r osmclient/requirements.txt
- pip3 install osmclient/
- rm -rf osmclient/ IM/
- mv magma/* .
......
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