Commit
This commit is contained in:
@@ -54,7 +54,6 @@ if [ $? -ne 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Pushing changes forcefully to branch: $BRANCH_NAME"
|
echo "Pushing changes forcefully to branch: $BRANCH_NAME"
|
||||||
# Set GIT_ASKPASS to bypass the password prompt using the stored credentials
|
|
||||||
export GIT_ASKPASS=echo
|
export GIT_ASKPASS=echo
|
||||||
git push -f origin "$BRANCH_NAME"
|
git push -f origin "$BRANCH_NAME"
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user