Browse Source

update drone.yml

tags/v0.0.26
Peter Vivell 6 years ago
parent
commit
5a6543c8d4
1 changed files with 18 additions and 18 deletions
  1. 18
    18
      drone.yml

+ 18
- 18
drone.yml View File

43
       find release -type f -exec md5sum '{}' \;
43
       find release -type f -exec md5sum '{}' \;
44
     - printf '\n\n\n======= BUILD FINISHED. =======\n\n\n'
44
     - printf '\n\n\n======= BUILD FINISHED. =======\n\n\n'
45
 
45
 
46
-# http://plugins.drone.io/drone-plugins/drone-gpgsign/
47
-# https://github.com/drone-plugins/drone-gpgsign
48
-- name: sign
49
-  image: plugins/gpgsign
50
-  when:
51
-    event: [ push, tag ]
52
-  depends_on: [ build ]
53
-  settings:
54
-    key: 
55
-      from-secret: gpg-key
56
-    passphrase: 
57
-      from-secret: gpg-pass
58
-    detach_sign: true
59
-    clear_sign: true
60
-    files:
61
-      - release/*
62
-    excludes:
63
-      - release/*.md5
46
+## http://plugins.drone.io/drone-plugins/drone-gpgsign/
47
+## https://github.com/drone-plugins/drone-gpgsign
48
+#- name: sign
49
+#  image: plugins/gpgsign
50
+#  when:
51
+#    event: [ push, tag ]
52
+#  depends_on: [ build ]
53
+#  settings:
54
+#    key: 
55
+#      from-secret: gpg-key
56
+#    passphrase: 
57
+#      from-secret: gpg-pass
58
+#    detach_sign: true
59
+#    clear_sign: true
60
+#    files:
61
+#      - release/*
62
+#    excludes:
63
+#      - release/*.md5
64
 
64
 
65
 # http://plugins.drone.io/drone-plugins/drone-gitea-release/
65
 # http://plugins.drone.io/drone-plugins/drone-gitea-release/
66
 # https://github.com/drone-plugins/drone-gitea-release
66
 # https://github.com/drone-plugins/drone-gitea-release

Loading…
Cancel
Save