Commit 0ad86902 authored by Mark Beierl's avatar Mark Beierl
Browse files

Merge branch 'beierlm-master-patch-68275' into 'master'

Adding submodules

See merge request !97
parents a7bede57 7f85da2a
Pipeline #84 passed with stage
in 1 minute and 47 seconds
......@@ -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"
......@@ -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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment