mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
docker-ci: fixed script path inside the entry point
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
This commit is contained in:
parent
154a391cf7
commit
a35e1b23e6
@ -31,6 +31,9 @@ RUN apt-get -qq update && \
|
||||
build-essential libssl-dev libffi-dev \
|
||||
python3-dev cargo
|
||||
|
||||
# move the script in the root of the directory
|
||||
RUN cp contrib/docker/scripts/*.sh .
|
||||
|
||||
RUN ls -la
|
||||
|
||||
CMD ["./contrib/docker/scripts/entrypoint.sh"]
|
||||
|
@ -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
|
||||
|
2
external/lnprototest
vendored
2
external/lnprototest
vendored
@ -1 +1 @@
|
||||
Subproject commit ceeb8667f745fce80ba81e4b23c6717d72e22bbc
|
||||
Subproject commit 433d22f16c3f550317315ce56a445e6d074a0f5a
|
Loading…
Reference in New Issue
Block a user