mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-21 03:15:16 +00:00
fix bogus key in some "run" steps
This commit is contained in:
parent
412899174b
commit
a6fd0453fe
@ -67,7 +67,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- run: &INSTALL_GIT
|
||||
node: "Install Git"
|
||||
name: "Install Git"
|
||||
command: |
|
||||
apt-get --quiet update
|
||||
apt-get --quiet --yes install git
|
||||
@ -183,7 +183,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- run:
|
||||
node: "Install Git"
|
||||
name: "Install Git"
|
||||
command: |
|
||||
yum install --assumeyes git
|
||||
|
||||
@ -248,7 +248,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- run:
|
||||
node: "Install Git"
|
||||
name: "Install Git"
|
||||
command: |
|
||||
slackpkg update
|
||||
slackpkg install openssh-7.4p1 git-2.14.4 </dev/null
|
||||
|
Loading…
x
Reference in New Issue
Block a user