Skip to content

Commit

Permalink
set working directory for circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
rwblair committed Oct 17, 2024
1 parent 064fea7 commit c87f70c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ jobs:
test:
docker:
- image: node:18-alpine
working-directory: ~/project/legacy
steps:
- checkout
- restore_cache:
Expand Down Expand Up @@ -37,6 +38,7 @@ jobs:
# Ubuntu 20.04, Docker v20.10.11, Docker Compose v1.29.2
# see: https://circleci.com/docs/2.0/configuration-reference/#available-machine-images
image: ubuntu-2004:202111-02
working-directory: ~/project/legacy
steps:
- checkout
- run: docker build -t $IMAGE_NAME:latest .
Expand All @@ -55,6 +57,7 @@ jobs:
githubPagesTest:
docker:
- image: node:18-alpine
working-directory: ~/project/legacy
steps:
- run: npm install --global npm
- run: apk --no-cache add ca-certificates git openssh-client rsync
Expand Down

0 comments on commit c87f70c

Please sign in to comment.