소스 검색

update drone.yml

tags/v0.0.20
Peter Vivell 6 년 전
부모
커밋
8c39529761
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      drone.yml

+ 1
- 1
drone.yml 파일 보기

@@ -41,7 +41,7 @@ steps:
41 41
 #    - mkdir -p dist/etc/nginx/snippets
42 42
 #    - cp -p config/nginx-datasrc-location.conf dist/etc/nginx/snippets/nginx-datasrc-location.conf
43 43
     - RELEASE=${DRONE_REPO_NAME}-${DRONE_REPO_BRANCH}
44
-#    - \[ -n "${DRONE_TAG}" \] && RELEASE=$RELEASE-${DRONE_TAG}
44
+    - test -n "${DRONE_TAG}" && RELEASE=$RELEASE-${DRONE_TAG}
45 45
     - echo $RELEASE
46 46
 #    - mv dist $RELEASE
47 47
 #    - ls -la $RELEASE ; find $RELEASE -type f -exec md5sum '{}' \;

Loading…
취소
저장