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

Commit f8450a1

Browse files
checkout before doing any file/io
1 parent dcbaed9 commit f8450a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ jobs:
7575
NAMESPACE: seleniarm
7676
BUILD_DATE: today
7777
steps:
78+
- checkout
7879
- restore_cache:
7980
keys:
8081
- multi-arch-images-{{ .Branch }}-{{ .Environment.CIRCLE_WORKFLOW_ID }}-<< parameters.platforms >>
8182
- run: uname -a
8283
- run: docker info
83-
- checkout
8484
- run:
8585
name: "Load built images from cache into Docker"
8686
command: |

0 commit comments

Comments
 (0)