Skip to content
Snippets Groups Projects
Commit 7f85da2a authored by Mark Beierl's avatar Mark Beierl
Browse files

Adding submodules

parent a7bede57
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
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