Browse Source

Update drone.yml

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

+ 1
- 1
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
-    - echo "BUILD FINISHED."
44
+    - printf "\n\n\n======= BUILD FINISHED. =======\n\n\n"
45
 
45
 
46
 # http://plugins.drone.io/drone-plugins/drone-gitea-release/
46
 # http://plugins.drone.io/drone-plugins/drone-gitea-release/
47
 # https://github.com/drone-plugins/drone-gitea-release
47
 # https://github.com/drone-plugins/drone-gitea-release

Loading…
Cancel
Save