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

Commit 0ada0ab

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

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ jobs:
157157
PLATFORMS: << parameters.platforms >>
158158
BUILD_ARGS: << parameters.build-args >>
159159
DEPLOY_BRANCH: deploy-to-dockerhub
160+
working_directory: ~/docker-seleniarm
160161
steps:
161162
- run: uname -a
162163
- run: docker info
@@ -167,9 +168,6 @@ jobs:
167168
cd docker-seleniarm
168169
git checkout $CIRCLE_BRANCH
169170
echo $PWD
170-
export LATEST_TAG=$(git describe --tags --abbrev=0)
171-
sh generate_multi-arch-release_notes.sh $LATEST_TAG $CIRCLE_BRANCH 4.1.3 20220409
172-
cat release_notes.md
173171
- run: |
174172
echo "Check if branch is deployable (contains [deploy] in commit msg on $DEPLOY_BRANCH"
175173
echo "Job name = " $CIRCLE_JOB
@@ -204,7 +202,7 @@ jobs:
204202
cd docker-seleniarm
205203
echo $PWD
206204
export LATEST_TAG=$(git describe --tags --abbrev=0)
207-
sh generate_multi-arch-release_notes.sh LATEST_TAG $CIRCLE_BRANCH $BRANCH $BUILD_DATE
205+
sh generate_multi-arch-release_notes.sh $LATEST_TAG $CIRCLE_BRANCH $BRANCH $BUILD_DATE
208206
cat release_notes.md
209207
210208
workflows:

0 commit comments

Comments
 (0)