builds: cleanup duplicate and unused code, fix spelling

Few extremely minor updates to the ubuntu dockerfile and ci builds
This commit is contained in:
niftynei
2022-09-09 18:34:22 -05:00
committed by Rusty Russell
parent 34a0d7083a
commit 7df530d184
3 changed files with 2 additions and 9 deletions

View File

@@ -6,8 +6,6 @@ export ELEMENTS_VERSION=0.18.1.8
export RUST_VERSION=nightly
export TZ="Europe/London"
sudo useradd -ms /bin/bash tester
sudo apt-get update -qq
sudo apt-get -qq install --no-install-recommends --allow-unauthenticated -yy \
@@ -54,9 +52,6 @@ sudo apt-get -qq install --no-install-recommends --allow-unauthenticated -yy \
zlib1g-dev
echo "tester ALL=(root) NOPASSWD:ALL" | sudo tee /etc/sudoers.d/tester
sudo chmod 0440 /etc/sudoers.d/tester
(
cd /tmp/ || exit 1
wget https://storage.googleapis.com/c-lightning-tests/bitcoin-$BITCOIN_VERSION-x86_64-linux-gnu.tar.bz2