mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 23:24:27 +01:00
docker-ci: fixed script path inside the entry point
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
This commit is contained in:
committed by
Rusty Russell
parent
154a391cf7
commit
a35e1b23e6
@@ -29,12 +29,8 @@ poetry install
|
||||
git clone https://github.com/lightningnetwork/lightning-rfc.git ../lightning-rfc
|
||||
git submodule update --init --recursive
|
||||
|
||||
# Used in docker image
|
||||
cd /work || return
|
||||
ls -la
|
||||
|
||||
./configure CC="$CC"
|
||||
# cat config.vars
|
||||
cat config.vars
|
||||
|
||||
cat << EOF > pytest.ini
|
||||
[pytest]
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
cd contrib/docker/scripts && \
|
||||
./setup.sh && ./build.sh
|
||||
./setup.sh
|
||||
./build.sh
|
||||
|
||||
Reference in New Issue
Block a user