Browse Source

bump

master
peter 4 years ago
parent
commit
35937b058b
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .drone.yml

+ 1
- 0
.drone.yml View File

@@ -70,6 +70,7 @@ steps:
70 70
   - echo "remove files in ${DRONE_REPO_NAME}"; rm -rf ./*
71 71
   - echo "copy docs to ${DRONE_REPO_NAME}"; cp -r ../docs/* .
72 72
   - ls
73
+  - echo globals.md >> ./README.md
73 74
   - echo "# Version" >> ./README.md
74 75
   - echo "${DRONE_TAG}" >> ./README.md
75 76
   - echo "add files in ${DRONE_REPO_NAME}"; git add -A

Loading…
Cancel
Save