Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ before_script: # TODO: how to reuse installation? - pip3 install IM/ - git clone https://osm.etsi.org/gerrit/osm/osmclient.git - cd osmclient - git fetch origin refs/changes/78/11178/3 && git checkout FETCH_HEAD - git fetch origin refs/changes/78/11178/4 && git checkout FETCH_HEAD - cd ../ - pip3 install -r osmclient/requirements.txt - pip3 install osmclient/ Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ before_script: # TODO: how to reuse installation? - pip3 install IM/ - git clone https://osm.etsi.org/gerrit/osm/osmclient.git - cd osmclient - git fetch origin refs/changes/78/11178/3 && git checkout FETCH_HEAD - git fetch origin refs/changes/78/11178/4 && git checkout FETCH_HEAD - cd ../ - pip3 install -r osmclient/requirements.txt - pip3 install osmclient/ Loading