mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
set on master
This commit is contained in:
@@ -85,5 +85,5 @@ jobs:
|
||||
- name: "Release tag"
|
||||
run: |
|
||||
echo "DRYRUN: ${{ steps.set-dryrun.outputs.dryrun }}"
|
||||
# git fetch --all
|
||||
# set -u; bash -x ./scripts/travis/release/git-tag.sh ${{ steps.set-dryrun.outputs.dryrun }}
|
||||
git fetch --all
|
||||
TRAVIS_BRANCH=master; set -u; bash -x ./scripts/travis/release/git-tag.sh ${{ steps.set-dryrun.outputs.dryrun }}
|
||||
|
||||
@@ -8,9 +8,9 @@ else
|
||||
fi;
|
||||
|
||||
echo "git tag -a ${VERSION} -m ${VERSION}"
|
||||
# git config --local user.name "alfresco-build"
|
||||
# git config --local user.email "build@alfresco.com"
|
||||
# git tag -a ${VERSION} -m "${VERSION} [ci skip] "
|
||||
git config --local user.name "alfresco-build"
|
||||
git config --local user.email "build@alfresco.com"
|
||||
git tag -a ${VERSION} -m "${VERSION} [ci skip] "
|
||||
# git remote rm origin
|
||||
# GITHUB_REPO=https://$GITHUB_TOKEN:x-oauth-basic@github.com/Alfresco/alfresco-ng2-components.git
|
||||
# git remote add origin $GITHUB_REPO
|
||||
|
||||
Reference in New Issue
Block a user