Page MenuHomePhabricator

[e.cash] Careers page
ClosedPublic

Authored by johnkuney on Jul 5 2023, 18:35.

Details

Reviewers
bytesofman
Group Reviewers
Restricted Project
Commits
rABCdc5dd61e1b36: [e.cash] Careers page
Summary

Adding the careers page

Test Plan

preview the site and navigate to /careers page
check everything looks good

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bytesofman requested changes to this revision.Jul 5 2023, 21:05
bytesofman added inline comments.
web/e.cash/data/careers.js
10 ↗(On Diff #41271)
This revision now requires changes to proceed.Jul 5 2023, 21:05

Tail of the build log:

#4 extracting sha256:d186e6c4b2ae2396623abd00918b3a2f00193ad8b0ac597e00240de43e08231d done
#4 extracting sha256:71a2b689433b899da2afd8de67e1fdab5cfd76efe20ab916c64e071365cc7d0b
#4 extracting sha256:71a2b689433b899da2afd8de67e1fdab5cfd76efe20ab916c64e071365cc7d0b 0.4s done
#4 extracting sha256:1d1040abe440d8505137d6f220e41091223710386e7c9c7385223911228e70fc 0.1s done
#4 extracting sha256:fe29f6bb1764ff82d4f4cf8c2c3155159ee629d8d9e68de6fec85a6e3f3cc11b done
#4 DONE 6.6s

#6 [2/4] COPY . .
#6 sha256:0fd636b177b566a83376a2534c910b4047d8f2427624cc3cad5ffcf59027605e
#6 DONE 5.8s

#7 [3/4] RUN npm ci
#7 sha256:368508aeab978dc5746498a8acb8be94da1c3002272d57033092242c5d533b9a
#7 9.276 
#7 9.276 added 757 packages, and audited 758 packages in 9s
#7 9.276 
#7 9.276 144 packages are looking for funding
#7 9.276   run `npm fund` for details
#7 9.321 
#7 9.321 28 moderate severity vulnerabilities
#7 9.321 
#7 9.321 To address issues that do not require attention, run:
#7 9.321   npm audit fix
#7 9.321 
#7 9.321 To address all issues (including breaking changes), run:
#7 9.321   npm audit fix --force
#7 9.321 
#7 9.321 Run `npm audit` for details.
#7 9.322 npm notice 
#7 9.322 npm notice New major version of npm available! 8.19.4 -> 9.8.0
#7 9.322 npm notice Changelog: <https://github.com/npm/cli/releases/tag/v9.8.0>
#7 9.322 npm notice Run `npm install -g npm@9.8.0` to update!
#7 9.322 npm notice 
#7 DONE 12.2s

#8 [4/4] RUN npm run build
#8 sha256:7f4ed7a1c560f7cb3caa66ab7d6b09f14753080f64668c056d8e2cd3442c7ad5
#8 0.804 
#8 0.804 > e.cash@0.0.1 build
#8 0.804 > next build
#8 0.804 
#8 1.133 Attention: Next.js now collects completely anonymous telemetry regarding usage.
#8 1.134 This information is used to shape Next.js' roadmap and prioritize features.
#8 1.134 You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
#8 1.134 https://nextjs.org/telemetry
#8 1.134 
#8 1.219 info  - Linting and checking validity of types...
#8 3.674 
#8 3.674 Failed to compile.
#8 3.674 
#8 3.674 ./pages/careers.js
#8 3.674 29:44  Error: `'` can be escaped with `&apos;`, `&lsquo;`, `&#39;`, `&rsquo;`.  react/no-unescaped-entities
#8 3.674 
#8 3.674 info  - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules
#8 ERROR: executor failed running [/bin/sh -c npm run build]: exit code: 1
------
 > [4/4] RUN npm run build:
------
executor failed running [/bin/sh -c npm run build]: exit code: 1
Build preview-e.cash failed with exit code 1
This revision is now accepted and ready to land.Jul 5 2023, 22:07
This revision was automatically updated to reflect the committed changes.