Explorar el Código

Build system: Move generate-version.sh

Daniel Rudolf hace 9 años
padre
commit
4c0366fa49
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  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