Update project ref + bugfix.
This commit is contained in:
parent
9723474b7b
commit
73eacb9125
@ -106,7 +106,7 @@ export PRIMARY_DOMAIN=
|
||||
# this is the git commit of the project/ sub git repo.
|
||||
# used in the migration script to switch into past for backup
|
||||
# then back to present (TARGET_PROJECT_GIT_COMMIT) for restore.
|
||||
export TARGET_PROJECT_GIT_COMMIT=0ede72d5566ebc9c7a1b67110f50a758cc85999c
|
||||
export TARGET_PROJECT_GIT_COMMIT=75c7b9ffaf79ab003422bdd0d6738d30f1783e0d
|
||||
|
||||
#
|
||||
export TESTNET_BLOCK_HASH=00000000d8277ba1ca66b40b3e3476629e6f0f97c5b8cfaeabfe402e55db223a
|
||||
|
@ -52,7 +52,7 @@ for PROJECT_CHAIN in ${DEPLOYMENT_STRING//,/ }; do
|
||||
if [ -n "$USER_TARGET_PROJECT" ]; then
|
||||
if [ "$PROJECT_NAME" != "$USER_TARGET_PROJECT" ]; then
|
||||
echo "INFO: Skipping project '$PROJECT_NAME' since the system owner has used the --project= switch."
|
||||
exit
|
||||
continue
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user