Преглед изворни кода

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