Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit 9f0cf91

Browse files
Can we eliminate all of the cd docker-seleniarms by setting working directory
1 parent 0ada0ab commit 9f0cf91

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.circleci/config.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,17 +157,19 @@ jobs:
157157
PLATFORMS: << parameters.platforms >>
158158
BUILD_ARGS: << parameters.build-args >>
159159
DEPLOY_BRANCH: deploy-to-dockerhub
160-
working_directory: ~/docker-seleniarm
160+
#working_directory: docker-seleniarm
161161
steps:
162+
- checkout
162163
- run: uname -a
163164
- run: docker info
164165
- run: |
165166
echo "Clone repo and checkout $CIRCLE_BRANCH branch"
166167
echo "CIRCLE_WORKFLOW_ID = " $CIRCLE_WORKFLOW_ID
167-
git clone https://github.com/seleniumhq-community/docker-seleniarm.git
168-
cd docker-seleniarm
169-
git checkout $CIRCLE_BRANCH
168+
# git clone https://github.com/seleniumhq-community/docker-seleniarm.git
169+
# cd docker-seleniarm
170+
# git checkout $CIRCLE_BRANCH
170171
echo $PWD
172+
ls -ltrSha
171173
- run: |
172174
echo "Check if branch is deployable (contains [deploy] in commit msg on $DEPLOY_BRANCH"
173175
echo "Job name = " $CIRCLE_JOB

0 commit comments

Comments
 (0)