Loading .gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,6 @@ stages: before_script: # TODO: how to reuse installation? - DEBIAN_FRONTEND=noninteractive apt update - DEBIAN_FRONTEND=noninteractive apt install -y gcc git make python3 python3 python3-pip python3-pycurl python3-setuptools sshpass software-properties-common libcurl4-openssl-dev libssl-dev wget snapd - snap install charm --classic - git submodule init - git submodule update - python3 -m pip install wheel pyang pyangbind Loading Loading
.gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,6 @@ stages: before_script: # TODO: how to reuse installation? - DEBIAN_FRONTEND=noninteractive apt update - DEBIAN_FRONTEND=noninteractive apt install -y gcc git make python3 python3 python3-pip python3-pycurl python3-setuptools sshpass software-properties-common libcurl4-openssl-dev libssl-dev wget snapd - snap install charm --classic - git submodule init - git submodule update - python3 -m pip install wheel pyang pyangbind Loading