Config cloned repo.
This commit is contained in:
parent
803e8f7b23
commit
73ddbcb123
|
@ -159,6 +159,8 @@ def exec(actions, repo_url, repo_name) {
|
|||
sh("""
|
||||
git remote set-url origin $repository
|
||||
git remote -v
|
||||
git config user.email "git.gcube@localhost"
|
||||
git config user.name "git.gcube"
|
||||
echo $actions > actions.sh
|
||||
chmod a+x actions.sh
|
||||
source actions.sh
|
||||
|
|
Loading…
Reference in New Issue