We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05de170 commit a6fbfb4Copy full SHA for a6fbfb4
scripts/ci
@@ -21,6 +21,8 @@ if [ "$GITHUB_TOKEN" != "" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRA
21
if ! git diff-index --exit-code --name-only HEAD --; then
22
echo "But first; there were changes so lets try and push those back to 'develop'"
23
set -x
24
+ # Checkout new branch so we're not in 'detatched head' mode
25
+ git checkout -b ci/$(date +"%Y%m%d_%H%M%S")
26
git status
27
28
git add -u
0 commit comments