Skip to content
Snippets Groups Projects
Commit 3915bbdd authored by garciadav's avatar garciadav
Browse files

Fix .gitlab-ci.yml

parent aeb15da4
No related branches found
No related tags found
No related merge requests found
Pipeline #917 failed with stage
in 1 minute and 13 seconds
This commit is part of merge request !159. Comments created here will be created in the context of that merge request.
......@@ -9,9 +9,9 @@ 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 https://osm.etsi.org/gerrit/osm/IM.git --single-branch --branch v9.0
- pip3 install IM/
- git clone https://osm.etsi.org/gerrit/osm/osmclient.git
- git clone https://osm.etsi.org/gerrit/osm/osmclient.git --single-branch --branch v9.0
- 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