From fe6b15b6a62a7c3aef6a545e57e05fc04158740f Mon Sep 17 00:00:00 2001 From: "jonathan@vulcanize.io" Date: Fri, 26 Apr 2024 16:44:01 +0000 Subject: [PATCH] undo prev --- .../data/container-build/cerc-fixturenet-lotus/build.sh | 2 +- .../data/container-build/cerc-mainnet-lotus/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stack_orchestrator/data/container-build/cerc-fixturenet-lotus/build.sh b/stack_orchestrator/data/container-build/cerc-fixturenet-lotus/build.sh index a4188922..341a0d50 100755 --- a/stack_orchestrator/data/container-build/cerc-fixturenet-lotus/build.sh +++ b/stack_orchestrator/data/container-build/cerc-fixturenet-lotus/build.sh @@ -4,7 +4,7 @@ source ${CERC_CONTAINER_BASE_DIR}/build-base.sh SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) # Use a release version tag to match the modified Dockerfile replaced in next step -git -C ${CERC_REPO_BASE_DIR}/lotus checkout main +git -C ${CERC_REPO_BASE_DIR}/lotus checkout master # Replace repo's Dockerfile with modified one cp ${SCRIPT_DIR}/Dockerfile ${CERC_REPO_BASE_DIR}/lotus/Dockerfile diff --git a/stack_orchestrator/data/container-build/cerc-mainnet-lotus/build.sh b/stack_orchestrator/data/container-build/cerc-mainnet-lotus/build.sh index 904c46db..70236044 100755 --- a/stack_orchestrator/data/container-build/cerc-mainnet-lotus/build.sh +++ b/stack_orchestrator/data/container-build/cerc-mainnet-lotus/build.sh @@ -4,7 +4,7 @@ source ${CERC_CONTAINER_BASE_DIR}/build-base.sh SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) # Use a release version tag to match the modified Dockerfile replaced in next step -git -C ${CERC_REPO_BASE_DIR}/lotus checkout main +git -C ${CERC_REPO_BASE_DIR}/lotus checkout master # Replace repo's Dockerfile with modified one cp ${SCRIPT_DIR}/Dockerfile ${CERC_REPO_BASE_DIR}/lotus/Dockerfile