Prechádzať zdrojové kódy

Build system: Move generate-version.sh

Daniel Rudolf 9 rokov pred
rodič
commit
4c0366fa49

+ 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