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

Commit dcbaed9

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

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
@@ -80,12 +80,12 @@ jobs:
8080
- multi-arch-images-{{ .Branch }}-{{ .Environment.CIRCLE_WORKFLOW_ID }}-<< parameters.platforms >>
8181
- run: uname -a
8282
- run: docker info
83+
- checkout
8384
- run:
8485
name: "Load built images from cache into Docker"
8586
command: |
8687
echo "CIRCLE_WORKFLOW_ID = " $CIRCLE_WORKFLOW_ID
8788
docker load -i multi-arch-images.tar
88-
- checkout
8989
- run:
9090
name: "Use Python3 and pip3 instead of Python2.7"
9191
command: |

0 commit comments

Comments
 (0)