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

Commit 0320c99

Browse files
committed
Fix circle.yml
1 parent c3d0a98 commit 0320c99

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

circle.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
- image: docker:17.06.0-ce
66
working_directory: ~/whereabouts
77
steps:
8-
- run: apk add --no-cache git
8+
- run: apk add --no-cache git openssh-client
99
- checkout
1010
- setup_remote_docker:
1111
version: 17.06.0-ce
@@ -23,5 +23,3 @@ jobs:
2323
deployment:
2424
workaround_for_circleci_2_0:
2525
tag: /.*/
26-
commands:
27-
- echo "This is a workaround"

0 commit comments

Comments
 (0)