Force the push.
This commit is contained in:
parent
1fe6b724fb
commit
b1e6c396c6
|
@ -165,7 +165,7 @@ def exec(actions, repo_url, repo_name) {
|
||||||
chmod a+x actions.sh
|
chmod a+x actions.sh
|
||||||
source actions.sh
|
source actions.sh
|
||||||
rm actions.sh
|
rm actions.sh
|
||||||
git push origin HEAD:master || true
|
git push --force origin HEAD:master || true
|
||||||
""")
|
""")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue