Skip to content

Commit b4747b3

Browse files
committed
[CI] Remove rsync step
1 parent d2249b8 commit b4747b3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.circleci/config.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
version: 2.1
22

33
commands:
4-
install-rsync:
5-
steps:
6-
- run:
7-
name: Install rsync
8-
command: |
9-
sudo apt update && sudo apt install rsync
104
install-asdf:
115
steps:
126
- run:
@@ -146,7 +140,6 @@ jobs:
146140
- restore_cache:
147141
keys:
148142
- rs-build-<< parameters.go-version >>-v4-{{ checksum "go.sum" }}-{{ checksum "go.mod" }}
149-
- install-rsync
150143
- install-asdf
151144
- run:
152145
name: "Install asdf plugins"

0 commit comments

Comments
 (0)