This repository was archived by the owner on Jun 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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
210208workflows :
You can’t perform that action at this time.
0 commit comments