Skip to content

Commit

Permalink
update shell
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jul 31, 2023
1 parent 8d1939b commit d3454b5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,20 +82,19 @@ jobs:

defaults:
run:
shell: bash -leo pipefail -c "source /root/.bashrc && fnm --version && bash {0}"
shell: bash -leo pipefail /entrypoint.sh {0}

container:
image: public.ecr.aws/c7u5x0t0/nextjs-runner:latest
volumes:
- /root:/root

steps:
- run: env
- run: pwd
- run: fnm install ${{ inputs.nodeVersion || env.NODE_LTS_VERSION }}
- run: fnm use ${{ inputs.nodeVersion || env.NODE_LTS_VERSION }}
- run: node -v
- run: pwd
- run: ls /
- run: ls -a /__e
- run: git config --global --add safe.directory '*'

- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit d3454b5

Please sign in to comment.