temp testing
Fixturenet-Laconicd-Test / Run Laconicd fixturenet and Laconic CLI tests (push) Failing after 5s
Details
Database Test / Run database hosting test on kind/k8s (push) Failing after 3s
Details
External Stack Test / Run external stack test suite (push) Failing after 3s
Details
Lint Checks / Run linter (push) Failing after 3s
Details
Container Registry Test / Run contaier registry hosting test on kind/k8s (push) Failing after 3s
Details
K8s Deploy Test / Run deploy test suite on kind/k8s (push) Failing after 3s
Details
Fixturenet-Laconicd-Test / Run Laconicd fixturenet and Laconic CLI tests (push) Failing after 5s
Details
Database Test / Run database hosting test on kind/k8s (push) Failing after 3s
Details
External Stack Test / Run external stack test suite (push) Failing after 3s
Details
Lint Checks / Run linter (push) Failing after 3s
Details
Container Registry Test / Run contaier registry hosting test on kind/k8s (push) Failing after 3s
Details
K8s Deploy Test / Run deploy test suite on kind/k8s (push) Failing after 3s
Details
parent
7d347e84fd
commit
21f7b96eb4
|
|
@ -134,6 +134,7 @@ VOLUME /var/lib/lotus
|
|||
|
||||
|
||||
EXPOSE 1234
|
||||
EXPOSE 1235
|
||||
EXPOSE 2345
|
||||
EXPOSE 3456
|
||||
EXPOSE 1777
|
||||
|
|
|
|||
|
|
@ -3,8 +3,10 @@
|
|||
source ${CERC_CONTAINER_BASE_DIR}/build-base.sh
|
||||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
|
||||
git stash
|
||||
|
||||
# Use a release version tag to match the modified Dockerfile replaced in next step
|
||||
git -C ${CERC_REPO_BASE_DIR}/lotus checkout master
|
||||
git -C ${CERC_REPO_BASE_DIR}/lotus checkout v1.27.0-rc1-c
|
||||
|
||||
# Replace repo's Dockerfile with modified one
|
||||
cp ${SCRIPT_DIR}/Dockerfile ${CERC_REPO_BASE_DIR}/lotus/Dockerfile
|
||||
|
|
|
|||
Loading…
Reference in New Issue