mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fix update-project github user (#7827)
* Fix update-project github user * trigger travis
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
git config user.name "alfresco-build"
|
||||||
|
git config user.email "alfresco-build@hyland.com"
|
||||||
|
|
||||||
BUILD_PIPELINE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
BUILD_PIPELINE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
REPO_DIR="$BUILD_PIPELINE_DIR/../.."
|
REPO_DIR="$BUILD_PIPELINE_DIR/../.."
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user