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

@@ -84,6 +84,5 @@ jobs:
node-version: 14
- name: "Release tag"
run: |
echo "DRYRUN: ${{ steps.set-dryrun.outputs.dryrun }}"
git fetch --all
git fetch --all --quiet
TRAVIS_BRANCH=master; set -u; bash -x ./scripts/travis/release/git-tag.sh ${{ steps.set-dryrun.outputs.dryrun }}

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