From c87f70c95f34c5f38a70032e5f7e88e35b3bae81 Mon Sep 17 00:00:00 2001 From: Ross Blair Date: Thu, 17 Oct 2024 11:04:42 -0500 Subject: [PATCH] set working directory for circleci --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 22f52e701..03d18db33 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,6 +4,7 @@ jobs: test: docker: - image: node:18-alpine + working-directory: ~/project/legacy steps: - checkout - restore_cache: @@ -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 . @@ -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