File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 # largest version for calibration network compatibility.
2424 if [[ "$(printf '%s\n' "$TAG" "$CURRENT_TAG" | sort -V | tail -n1)" != "$CURRENT_TAG" || "$CURRENT_TAG" == "$TAG"* ]]; then
2525 echo "Updating Lotus version to $TAG"
26- sed -i "s/\(LOTUS_IMAGE=.*\):.*/\1:$TAG-calibnet/" ./scripts/tests/api_compare/.env
27- sed -i "s/\(LOTUS_IMAGE=.*\):.*/\1:$TAG-calibnet/" ./scripts/tests/bootstrapper/.env
28- sed -i "s/\(LOTUS_IMAGE=.*\):.*/\1:$TAG-calibnet/" ./scripts/tests/snapshot_parity/.env
29- sed -i "s/\(LOTUS_IMAGE=.*\):.*/\1:$TAG-2k/" ./scripts/devnet/.env
26+ sed -i "s/\(LOTUS_IMAGE=filecoin .*\):.*/\1:$TAG-calibnet/" ./scripts/tests/api_compare/.env
27+ sed -i "s/\(LOTUS_IMAGE=filecoin .*\):.*/\1:$TAG-calibnet/" ./scripts/tests/bootstrapper/.env
28+ sed -i "s/\(LOTUS_IMAGE=filecoin .*\):.*/\1:$TAG-calibnet/" ./scripts/tests/snapshot_parity/.env
29+ sed -i "s/\(LOTUS_IMAGE=filecoin .*\):.*/\1:$TAG-2k/" ./scripts/devnet/.env
3030 else
3131 echo "Lotus version is already up to date"
3232 fi
You can’t perform that action at this time.
0 commit comments