Loading .gitlab-ci.yml +6 −4 Original line number Diff line number Diff line Loading @@ -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/* . Loading @@ -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/* . Loading Loading
.gitlab-ci.yml +6 −4 Original line number Diff line number Diff line Loading @@ -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/* . Loading @@ -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/* . Loading