set on master

This commit is contained in:
Marco Carrozzo
2023-01-11 12:07:23 +01:00
parent e9ba121f27
commit 9c8d746a44
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -85,5 +85,5 @@ jobs:
- name: "Release tag" - name: "Release tag"
run: | run: |
echo "DRYRUN: ${{ steps.set-dryrun.outputs.dryrun }}" echo "DRYRUN: ${{ steps.set-dryrun.outputs.dryrun }}"
# git fetch --all git fetch --all
# 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 }}
+3 -3
View File
@@ -8,9 +8,9 @@ else
fi; fi;
echo "git tag -a ${VERSION} -m ${VERSION}" echo "git tag -a ${VERSION} -m ${VERSION}"
# git config --local user.name "alfresco-build" git config --local user.name "alfresco-build"
# git config --local user.email "build@alfresco.com" git config --local user.email "build@alfresco.com"
# git tag -a ${VERSION} -m "${VERSION} [ci skip] " git tag -a ${VERSION} -m "${VERSION} [ci skip] "
# git remote rm origin # git remote rm origin
# GITHUB_REPO=https://$GITHUB_TOKEN:x-oauth-basic@github.com/Alfresco/alfresco-ng2-components.git # GITHUB_REPO=https://$GITHUB_TOKEN:x-oauth-basic@github.com/Alfresco/alfresco-ng2-components.git
# git remote add origin $GITHUB_REPO # git remote add origin $GITHUB_REPO