We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b311c0 commit 17ac71dCopy full SHA for 17ac71d
.circleci/basis.yml
@@ -2,7 +2,11 @@ version: 2.1
2
3
commands:
4
install-rsync:
5
- - run: sudo apt update && sudo apt install rsync
+ steps:
6
+ - run:
7
+ name: Install rsync
8
+ command: |
9
+ sudo apt update && sudo apt install rsync
10
install-asdf:
11
steps:
12
- run:
.circleci/rolling-shutter.yml
@@ -60,6 +60,7 @@ jobs:
60
- restore_cache:
61
keys:
62
- rs-build-<< parameters.go-version >>-v4-{{ checksum "go.sum" }}-{{ checksum "go.mod" }}
63
+ - install-rsync
64
- install-asdf
65
66
name: "Install asdf plugins"
0 commit comments