Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
openzeppelin-contracts-upgradeable
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
俞永鹏
openzeppelin-contracts-upgradeable
Commits
e68d7a3b
Commit
e68d7a3b
authored
Nov 11, 2020
by
Francisco Giordano
Committed by
github-actions
Nov 11, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor git user config in scripts
parent
657a2155
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
+9
-5
git-user-config.sh
scripts/upgrade-safe/git-user-config.sh
+6
-0
merge-upstream.sh
scripts/upgrade-safe/merge-upstream.sh
+2
-2
transpile-push.sh
scripts/upgrade-safe/transpile-push.sh
+1
-3
No files found.
scripts/upgrade-safe/git-user-config.sh
0 → 100644
View file @
e68d7a3b
#!/usr/bin/env bash
set
-euo
pipefail
-x
git config user.name
'github-actions'
git config user.email
'41898282+github-actions[bot]@users.noreply.github.com'
scripts/upgrade-safe/merge-upstream.sh
View file @
e68d7a3b
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
set
-euo
pipefail
-x
set
-euo
pipefail
-x
bash scripts/upgrade-safe/git-user-config.sh
git fetch
'https://github.com/OpenZeppelin/openzeppelin-contracts.git'
git fetch
'https://github.com/OpenZeppelin/openzeppelin-contracts.git'
git config user.name
'github-actions'
git config user.email
'41898282+github-actions[bot]@users.noreply.github.com'
git merge FETCH_HEAD
-m
'Merge upstream openzeppelin-contracts into upstream-patched'
git merge FETCH_HEAD
-m
'Merge upstream openzeppelin-contracts into upstream-patched'
git push
git push
scripts/upgrade-safe/transpile-push.sh
View file @
e68d7a3b
...
@@ -3,9 +3,7 @@
...
@@ -3,9 +3,7 @@
set
-euo
pipefail
-x
set
-euo
pipefail
-x
bash scripts/upgrade-safe/transpile.sh
bash scripts/upgrade-safe/transpile.sh
bash scripts/upgrade-safe/git-user-config.sh
git config user.name
'github-actions'
git config user.email
'41898282+github-actions[bot]@users.noreply.github.com'
COMMIT
=
"
$(
git rev-parse
--short
HEAD
)
"
COMMIT
=
"
$(
git rev-parse
--short
HEAD
)
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment