mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
Cannot use an in-repo script to install git...
This commit is contained in:
parent
00e3a04c7e
commit
7dda09bb20
@ -53,7 +53,9 @@ jobs:
|
||||
steps:
|
||||
- run: &INSTALL_GIT
|
||||
node: "Install Git"
|
||||
command: "${CIRCLE_WORKING_DIRECTORY}/.circleci/install-git.sh"
|
||||
command: |
|
||||
sudo apt-get --quiet update
|
||||
sudo apt-get --quiet --yes install git
|
||||
|
||||
- "checkout"
|
||||
|
||||
@ -208,9 +210,7 @@ jobs:
|
||||
|
||||
# Unfortunately, duplicate all the steps here but run with `sudo`.
|
||||
steps:
|
||||
- run:
|
||||
<<: *INSTALL_GIT
|
||||
command: "sudo ${CIRCLE_WORKING_DIRECTORY}/.circleci/install-git.sh"
|
||||
- run: *INSTALL_GIT
|
||||
|
||||
- "checkout"
|
||||
|
||||
|
@ -1,4 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
apt-get --quiet update
|
||||
apt-get --quiet --yes install git
|
Loading…
x
Reference in New Issue
Block a user