changeset 174:d4526767ded0

Change branch name in CI configuration.
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 12 Aug 2017 10:25:05 +0200
parents 96ffa861bba6
children c40acf4b67f6
files bitbucket-pipelines.yml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bitbucket-pipelines.yml	Sat Aug 12 08:16:20 2017 +0000
+++ b/bitbucket-pipelines.yml	Sat Aug 12 10:25:05 2017 +0200
@@ -2,7 +2,7 @@
 
 pipelines:
   branches:
-    master:
+    default:
       - step:
           script:
             - echo "Updates to rustup"                ; rustup self update