mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
Updated node-update.sh release script.
Thanks to xet7 !
This commit is contained in:
parent
7a9c397264
commit
09b9f690b1
1 changed files with 6 additions and 6 deletions
|
@ -37,10 +37,10 @@ echo "5) Updating Travis"
|
|||
sed -i "s|$1|$2|g" ~/repos/wekan/.travis.yml
|
||||
|
||||
#echo "6) Adding changes to be committed."
|
||||
#git add snapcraft.yaml .future-snap/snapcraft.yaml .future-snap/broken-snapcraft.yaml \
|
||||
#Dockerfile Dockerfile.arm64v8 .devcontainer/Dockerfile rebuild-wekan.sh \
|
||||
#rebuild-wekan.bat stacksmith/user-scripts/build.sh
|
||||
git add snapcraft.yaml .future-snap/snapcraft.yaml .future-snap/broken-snapcraft.yaml \
|
||||
Dockerfile Dockerfile.arm64v8 .devcontainer/Dockerfile rebuild-wekan.sh \
|
||||
rebuild-wekan.bat stacksmith/user-scripts/build.sh .travis.yml
|
||||
|
||||
#echo "7) Commit changes and push to GitHub"
|
||||
#git commit -n -m "Updated to Node.js v$2. Thanks to Node.js developers."
|
||||
#git push
|
||||
echo "7) Commit changes and push to GitHub"
|
||||
git commit -n -m "Updated to Node.js v$2. Thanks to Node.js developers."
|
||||
git push
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue