mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
quiet fetch
This commit is contained in:
3
.github/workflows/git-tag.yml
vendored
3
.github/workflows/git-tag.yml
vendored
@@ -84,6 +84,5 @@ jobs:
|
|||||||
node-version: 14
|
node-version: 14
|
||||||
- name: "Release tag"
|
- name: "Release tag"
|
||||||
run: |
|
run: |
|
||||||
echo "DRYRUN: ${{ steps.set-dryrun.outputs.dryrun }}"
|
git fetch --all --quiet
|
||||||
git fetch --all
|
|
||||||
TRAVIS_BRANCH=master; set -u; bash -x ./scripts/travis/release/git-tag.sh ${{ steps.set-dryrun.outputs.dryrun }}
|
TRAVIS_BRANCH=master; set -u; bash -x ./scripts/travis/release/git-tag.sh ${{ steps.set-dryrun.outputs.dryrun }}
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
echo "ARG: $1"
|
echo "ARG: $1"
|
||||||
exit 0
|
|
||||||
if [[ $TRAVIS_BRANCH == "master" ]]; then
|
if [[ $TRAVIS_BRANCH == "master" ]]; then
|
||||||
VERSION=$(grep -m1 version package.json | awk '{ print $2 }' | sed 's/[", ]//g')
|
VERSION=$(grep -m1 version package.json | awk '{ print $2 }' | sed 's/[", ]//g')
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user