Browse Source

update drone.yml

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

+ 1
- 1
drone.yml View File

@@ -43,7 +43,7 @@ steps:
43 43
     - RELEASE=${DRONE_REPO_NAME}
44 44
     - \[ -n "${DRONE_REPO_BRANCH}" \] && RELEASE=$RELEASE-${DRONE_REPO_BRANCH}
45 45
     - \[ -n "${DRONE_TAG}" \] && RELEASE=$RELEASE-${DRONE_TAG}
46
-    - echo "'${RELEASE}'"
46
+    - echo "'$RELEASE'"
47 47
 #    - mv dist $RELEASE
48 48
 #    - ls -la $RELEASE ; find $RELEASE -type f -exec md5sum '{}' \;
49 49
 #    - rm -rf release ; mkdir release

Loading…
Cancel
Save