quiet fetch

This commit is contained in:
Marco Carrozzo
2023-01-11 12:08:59 +01:00
parent 9c8d746a44
commit d50472d4e6
2 changed files with 1 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
#!/bin/bash
echo "ARG: $1"
exit 0
if [[ $TRAVIS_BRANCH == "master" ]]; then
VERSION=$(grep -m1 version package.json | awk '{ print $2 }' | sed 's/[", ]//g')
else