shouldn't go to staging
This commit is contained in:
parent
86ee2045ac
commit
f473dbc010
@ -7,7 +7,7 @@ source "$(dirname "$0")/common"
|
|||||||
|
|
||||||
REV=${REVISION}${APPEND_TO_DIR}
|
REV=${REVISION}${APPEND_TO_DIR}
|
||||||
|
|
||||||
cd "${STAGING_ROOT}/${CATEGORY_STUB}/${REV}" || { echo "Failed to change directory"; ret_val=1; exit 1; }
|
cd "${PRODUCTION_ROOT}/${CATEGORY_STUB}/" || { echo "Failed to change directory"; ret_val=1; exit 1; }
|
||||||
ret_val=$?
|
ret_val=$?
|
||||||
|
|
||||||
if [ $ret_val -eq "0" ]; then
|
if [ $ret_val -eq "0" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user