Browse Source

update drone.yml

tags/v0.0.26
Peter Vivell 6 years ago
parent
commit
86371383a1
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      drone.yml

+ 2
- 2
drone.yml View File

41
     - rm -rf $CONTENT
41
     - rm -rf $CONTENT
42
     - ls -la release ; 
42
     - ls -la release ; 
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/
46
 # http://plugins.drone.io/drone-plugins/drone-gpgsign/
47
 # https://github.com/drone-plugins/drone-gpgsign
47
 # https://github.com/drone-plugins/drone-gpgsign
55
       from-secret: gpg-key
55
       from-secret: gpg-key
56
     passphrase:
56
     passphrase:
57
       from-secret: gpg-pass
57
       from-secret: gpg-pass
58
-    clear_sign: true
59
     detach_sign: true
58
     detach_sign: true
59
+    clear_sign: true
60
     files:
60
     files:
61
       - release/*
61
       - release/*
62
     excludes:
62
     excludes:

Loading…
Cancel
Save