Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Commit 026665a

Browse files
committed
Fix circle.yml
1 parent b576fdd commit 026665a

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

circle.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ jobs:
55
- image: docker:17.06.0-ce
66
working_directory: ~/whereabouts
77
steps:
8-
- apk add --no-cache git
8+
- run: apk add --no-cache git
99
- checkout
1010
- setup_remote_docker:
1111
version: 17.06.0-ce
12-
- run:
13-
name: Build the image
14-
command: docker build -t ${DOCKER_HUB_IMAGE} .
12+
- run: docker build -t ${DOCKER_HUB_IMAGE} .
1513
- deploy:
1614
name: Deploy the image to Docker Hub
1715
command: |

0 commit comments

Comments
 (0)