From dde1693bdb2a0080e96335f37c6f829844fc4125 Mon Sep 17 00:00:00 2001 From: Lubomír Sedlář Date: May 24 2016 16:12:58 +0000 Subject: [PATCH 1/2] Add runner stub --- diff --git a/runner.sh b/runner.sh index c2b8dd9..a0dde88 100755 --- a/runner.sh +++ b/runner.sh @@ -6,6 +6,7 @@ set -e if [ -n "$REPO" -a -n "$BRANCH" ]; then + git reset --hard origin/master git remote rm proposed || : git remote add proposed "$REPO" git fetch proposed @@ -13,6 +14,3 @@ if [ -n "$REPO" -a -n "$BRANCH" ]; then fi ### RUN TESTS - - -git reset --hard origin/master From 9390788ee627e46faa7a2124891681f211b5a49e Mon Sep 17 00:00:00 2001 From: Lubomír Sedlář Date: May 24 2016 16:12:58 +0000 Subject: [PATCH 2/2] Rename README --- diff --git a/README.markdown b/README.markdown deleted file mode 100644 index e6b2438..0000000 --- a/README.markdown +++ /dev/null @@ -1,5 +0,0 @@ -# About - -This is a place for me to try a slightly crazy idea that I have. - -Nothing to see here yet. Really. diff --git a/README.md b/README.md new file mode 100644 index 0000000..e6b2438 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# About + +This is a place for me to try a slightly crazy idea that I have. + +Nothing to see here yet. Really.