소스 검색

Build system: Move generate-version.sh

Daniel Rudolf 9 년 전
부모
커밋
4c0366fa49
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      _build/deploy-phpdoc-release.sh
  2. 0 0
      _build/update-version-file.sh

+ 1 - 1
_build/deploy-phpdoc-release.sh

@@ -65,7 +65,7 @@ fi
 
 # update version file
 if [ "$DEPLOY_VERSION_FILE" == "true" ]; then
-    generate-version.sh \
+    update-version-file.sh \
         "$DEPLOYMENT_DIR/_data/version.yml" \
         "${TRAVIS_TAG#v}"
 

+ 0 - 0
_build/generate-version.sh → _build/update-version-file.sh