Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbhatman1441 <blackhat1441@protonmail.com>2023-10-02 15:11:15 +0300
committerbhatman1441 <blackhat1441@protonmail.com>2023-10-02 15:11:15 +0300
commit1170905b4acc143eb0e103e25f3d987e8a198729 (patch)
tree9c89d8376712bfcc56cccffc759c77423db2e457 /.gitlab-ci.yml
parentc19eca9199ab6316105834d80b33d3107b0a081b (diff)
Update .gitlab-ci.yml file to install snapcraft
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e271d2bd9..8f5235215 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -83,7 +83,7 @@ snap:build:
- export SNAP_ARCH=amd64
- export SNAPCRAFT_BUILD_INFO=1
- apt-get -y update
- - apt-get install -y git
+ - apt-get install -y git snapcraft
- SNAPCRAFT_SETUP_CORE=1 snapcraft --destructive-mode
- |
if [ "$CI_COMMIT_REF_NAME" = "master" ]; then