Browse Source

Attempt to use beta Docker image for snapcraft on GitLab CI

timvisee 6 năm trước cách đây
mục cha
commit
7f0857a884
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -134,7 +134,7 @@ crate:
 
 # Snap release
 snap:
-  image: snapcore/snapcraft
+  image: snapcore/snapcraft:beta
   stage: release
   # only:
   #   - /^v(\d+\.)*\d+$/