Skip to content
Snippets Groups Projects
Commit 8be53846 authored by lavado's avatar lavado
Browse files

Merge branch 'fix_client_install_v9.0' into 'v9.0'

fix(CI/CD): install osmclient requirements.txt and set version to v9.0

See merge request !160
parents de490860 333641e4
No related branches found
No related tags found
1 merge request!160fix(CI/CD): install osmclient requirements.txt and set version to v9.0
Pipeline #920 passed with stage
in 1 minute and 41 seconds
......@@ -9,9 +9,10 @@ publish-repository:
- git submodule init
- git submodule update
- python3 -m pip install wheel pyang pyangbind
- git clone https://osm.etsi.org/gerrit/osm/IM.git
- git clone --branch v9.0 https://osm.etsi.org/gerrit/osm/IM.git
- pip3 install IM/
- git clone https://osm.etsi.org/gerrit/osm/osmclient.git
- git clone --branch v9.0 https://osm.etsi.org/gerrit/osm/osmclient.git
- pip3 install -r osmclient/requirements.txt
- pip3 install osmclient/
- rm -rf osmclient/ IM/
- mv magma/* .
......@@ -37,9 +38,10 @@ build-local-repository:
- git submodule init
- git submodule update
- python3 -m pip install wheel pyang pyangbind
- git clone https://osm.etsi.org/gerrit/osm/IM.git
- git clone --branch v9.0 https://osm.etsi.org/gerrit/osm/IM.git
- pip3 install IM/
- git clone https://osm.etsi.org/gerrit/osm/osmclient.git
- git clone --branch v9.0 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