multiarch should checkout

This commit is contained in:
nicolas.dorier 2019-05-23 11:18:09 +09:00
parent 1a2e9bad72
commit ad4b892eb4
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -52,7 +52,7 @@ jobs:
machine: machine:
docker_layer_caching: true docker_layer_caching: true
steps: steps:
- checkout - checkout
- run: - run:
command: | command: |
source ".circleci/parse-tag.sh" source ".circleci/parse-tag.sh"
@ -74,6 +74,7 @@ jobs:
enabled: true enabled: true
image: circleci/classic:201808-01 image: circleci/classic:201808-01
steps: steps:
- checkout
- run: - run:
command: | command: |
# Turn on Experimental features # Turn on Experimental features