Commit 7f85da2a authored by Mark Beierl's avatar Mark Beierl
Browse files

Adding submodules

parent a7bede57
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -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"