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
657a2155
Commit
657a2155
authored
Nov 11, 2020
by
Francisco Giordano
Committed by
github-actions
Nov 11, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move scripts to subdirectory
parent
9a50d35c
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
4 additions
and
4 deletions
+4
-4
merge-upstream.yml
.github/workflows/merge-upstream.yml
+1
-1
test.yml
.github/workflows/test.yml
+1
-1
transpile.yml
.github/workflows/transpile.yml
+1
-1
merge-upstream.sh
scripts/upgrade-safe/merge-upstream.sh
+0
-0
transpile-push.sh
scripts/upgrade-safe/transpile-push.sh
+1
-1
transpile.sh
scripts/upgrade-safe/transpile.sh
+0
-0
No files found.
.github/workflows/merge-upstream.yml
View file @
657a2155
...
@@ -17,4 +17,4 @@ jobs:
...
@@ -17,4 +17,4 @@ jobs:
ref
:
upstream-patched
ref
:
upstream-patched
fetch-depth
:
0
fetch-depth
:
0
ssh-key
:
${{secrets.DEPLOY_KEY}}
ssh-key
:
${{secrets.DEPLOY_KEY}}
-
run
:
bash -x scripts/merge-upstream.sh
-
run
:
bash -x scripts/
upgrade-safe/
merge-upstream.sh
.github/workflows/test.yml
View file @
657a2155
...
@@ -21,6 +21,6 @@ jobs:
...
@@ -21,6 +21,6 @@ jobs:
restore-keys
:
npm-v2-
restore-keys
:
npm-v2-
-
run
:
npm ci
-
run
:
npm ci
if
:
steps.cache.outputs.cache-hit != 'true'
if
:
steps.cache.outputs.cache-hit != 'true'
-
run
:
bash scripts/transpile.sh
-
run
:
bash scripts/
upgrade-safe/
transpile.sh
if
:
github.ref != 'refs/heads/master'
if
:
github.ref != 'refs/heads/master'
-
run
:
npm run test
-
run
:
npm run test
.github/workflows/transpile.yml
View file @
657a2155
...
@@ -28,4 +28,4 @@ jobs:
...
@@ -28,4 +28,4 @@ jobs:
restore-keys
:
npm-v2-
restore-keys
:
npm-v2-
-
run
:
npm ci
-
run
:
npm ci
if
:
steps.cache.outputs.cache-hit != 'true'
if
:
steps.cache.outputs.cache-hit != 'true'
-
run
:
bash scripts/transpile-push.sh
-
run
:
bash scripts/
upgrade-safe/
transpile-push.sh
scripts/merge-upstream.sh
→
scripts/
upgrade-safe/
merge-upstream.sh
View file @
657a2155
File moved
scripts/transpile-push.sh
→
scripts/
upgrade-safe/
transpile-push.sh
View file @
657a2155
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
set
-euo
pipefail
-x
set
-euo
pipefail
-x
bash scripts/transpile.sh
bash scripts/
upgrade-safe/
transpile.sh
git config user.name
'github-actions'
git config user.name
'github-actions'
git config user.email
'41898282+github-actions[bot]@users.noreply.github.com'
git config user.email
'41898282+github-actions[bot]@users.noreply.github.com'
...
...
scripts/transpile.sh
→
scripts/
upgrade-safe/
transpile.sh
View file @
657a2155
File moved
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