Loading .gitlab-ci.yml +6 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,9 @@ publish-repository: stage: deploy script: - DEBIAN_FRONTEND=noninteractive apt update - DEBIAN_FRONTEND=noninteractive apt install -y python3-pip sshpass software-properties-common wget - DEBIAN_FRONTEND=noninteractive apt install -y git python3-pip sshpass software-properties-common wget - git submodule init - git submodule update - python3 -m pip install python-magic pyangbind verboselogs - wget -qO - https://osm-download.etsi.org/repository/osm/debian/ReleaseEIGHT/OSM%20ETSI%20Release%20Key.gpg | apt-key add - - add-apt-repository -y "deb [arch=amd64] https://osm-download.etsi.org/repository/osm/debian/ReleaseEIGHT stable devops IM osmclient" Loading @@ -29,7 +31,9 @@ build-local-repository: stage: build script: - DEBIAN_FRONTEND=noninteractive apt update - DEBIAN_FRONTEND=noninteractive apt install -y python3-pip sshpass software-properties-common wget - DEBIAN_FRONTEND=noninteractive apt install -y git python3-pip sshpass software-properties-common wget - git submodule init - git submodule update - python3 -m pip install python-magic pyangbind verboselogs - wget -qO - https://osm-download.etsi.org/repository/osm/debian/ReleaseEIGHT/OSM%20ETSI%20Release%20Key.gpg | apt-key add - - add-apt-repository -y "deb [arch=amd64] https://osm-download.etsi.org/repository/osm/debian/ReleaseEIGHT stable devops IM osmclient" Loading Loading
.gitlab-ci.yml +6 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,9 @@ publish-repository: stage: deploy script: - DEBIAN_FRONTEND=noninteractive apt update - DEBIAN_FRONTEND=noninteractive apt install -y python3-pip sshpass software-properties-common wget - DEBIAN_FRONTEND=noninteractive apt install -y git python3-pip sshpass software-properties-common wget - git submodule init - git submodule update - python3 -m pip install python-magic pyangbind verboselogs - wget -qO - https://osm-download.etsi.org/repository/osm/debian/ReleaseEIGHT/OSM%20ETSI%20Release%20Key.gpg | apt-key add - - add-apt-repository -y "deb [arch=amd64] https://osm-download.etsi.org/repository/osm/debian/ReleaseEIGHT stable devops IM osmclient" Loading @@ -29,7 +31,9 @@ build-local-repository: stage: build script: - DEBIAN_FRONTEND=noninteractive apt update - DEBIAN_FRONTEND=noninteractive apt install -y python3-pip sshpass software-properties-common wget - DEBIAN_FRONTEND=noninteractive apt install -y git python3-pip sshpass software-properties-common wget - git submodule init - git submodule update - python3 -m pip install python-magic pyangbind verboselogs - wget -qO - https://osm-download.etsi.org/repository/osm/debian/ReleaseEIGHT/OSM%20ETSI%20Release%20Key.gpg | apt-key add - - add-apt-repository -y "deb [arch=amd64] https://osm-download.etsi.org/repository/osm/debian/ReleaseEIGHT stable devops IM osmclient" Loading