-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into dependabot/npm_and_yarn/decode-uri-compone…
…nt-0.2.2
- Loading branch information
Showing
208 changed files
with
20,655 additions
and
6,607 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,7 @@ jobs: | |
mainnet: | ||
runs-on: ubuntu-latest | ||
env: | ||
DisableDidKeyAndTrustRegistryTests: true | ||
CONFIG_DOCK_NODE_IMAGE_TAG: 'mainnet' | ||
steps: | ||
- uses: actions/checkout@v2 | ||
|
@@ -39,8 +40,8 @@ jobs: | |
testnet: | ||
runs-on: ubuntu-latest | ||
env: | ||
DisableDidKeyAndTrustRegistryTests: true | ||
CONFIG_DOCK_NODE_IMAGE_TAG: 'testnet' | ||
DISABLE_DEMOCRACY_PREIMAGE_TESTS: true | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: ibnesayeed/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,13 @@ | ||
FROM node:14-stretch AS builder | ||
FROM node:16.6.0-buster AS builder | ||
WORKDIR /usr/app | ||
|
||
COPY . . | ||
|
||
RUN yarn | ||
RUN yarn build-scripts | ||
|
||
FROM public.ecr.aws/lambda/nodejs:14 | ||
FROM public.ecr.aws/lambda/nodejs:16 | ||
|
||
COPY --from=builder [ "/usr/app/build/scripts/staking_payouts.js", "/usr/app/yarn.lock", "/usr/app/package.json", "./" ] | ||
|
||
RUN npm i -g yarn | ||
RUN yarn | ||
COPY --from=builder [ "/usr/app/build/*", "./" ] | ||
|
||
CMD [ "staking_payouts.handler" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.