瀏覽代碼

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
 # update version file
 if [ "$DEPLOY_VERSION_FILE" == "true" ]; then
 if [ "$DEPLOY_VERSION_FILE" == "true" ]; then
-    generate-version.sh \
+    update-version-file.sh \
         "$DEPLOYMENT_DIR/_data/version.yml" \
         "$DEPLOYMENT_DIR/_data/version.yml" \
         "${TRAVIS_TAG#v}"
         "${TRAVIS_TAG#v}"
 
 

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