Update 'filters.sh'
This commit is contained in:
parent
7eb85a54e5
commit
26df1131e7
@ -11,13 +11,10 @@ git config --local user.name $INPUT_GIT_NAME
|
||||
git config --local user.email $INPUT_GIT_EMAIL
|
||||
git add .
|
||||
git commit -m "Schedule Building : `date`"
|
||||
git reflog expire --all --expire=now
|
||||
git gc --prune=now --aggressive
|
||||
git push -u origin $INPUT_REPO_BRANCH
|
||||
cd /repros
|
||||
git config --local user.name $INPUT_GIT_NAME
|
||||
git config --local user.email $INPUT_GIT_EMAIL
|
||||
git add .
|
||||
git commit -m "Schedule Building : `date`"
|
||||
git reflog expire --all --expire=now
|
||||
git gc --prune=now --aggressive
|
||||
git push -u origin $INPUT_BRANCH_VERSION
|
Loading…
Reference in New Issue
Block a user