Skip to content
Snippets Groups Projects
Commit 696b57ee authored by adecoa's avatar adecoa
Browse files

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

parent ddc0fe01
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 #915 passed with stage
in 1 minute and 35 seconds
...@@ -10,7 +10,6 @@ publish-repository: ...@@ -10,7 +10,6 @@ publish-repository:
- git submodule update - git submodule update
- python3 -m pip install wheel pyang pyangbind - python3 -m pip install wheel pyang pyangbind
- git clone --branch v9.0 https://osm.etsi.org/gerrit/osm/IM.git - git clone --branch v9.0 https://osm.etsi.org/gerrit/osm/IM.git
- pip3 install -r IM/requirements.txt
- pip3 install IM/ - pip3 install IM/
- git clone --branch v9.0 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 -r osmclient/requirements.txt
...@@ -40,7 +39,6 @@ build-local-repository: ...@@ -40,7 +39,6 @@ build-local-repository:
- git submodule update - git submodule update
- python3 -m pip install wheel pyang pyangbind - python3 -m pip install wheel pyang pyangbind
- git clone --branch v9.0 https://osm.etsi.org/gerrit/osm/IM.git - git clone --branch v9.0 https://osm.etsi.org/gerrit/osm/IM.git
- pip3 install -r IM/requirements.txt
- pip3 install IM/ - pip3 install IM/
- git clone --branch v9.0 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 -r osmclient/requirements.txt
......
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