From 6c4e5bc525b6bb4a9f9c9dcd1914538043cad845 Mon Sep 17 00:00:00 2001 From: Tanner Nelson Date: Wed, 10 Apr 2019 14:28:30 -0400 Subject: [PATCH] fix ci --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 4dc4c510..f5f107be 100644 --- a/circle.yml +++ b/circle.yml @@ -61,7 +61,7 @@ jobs: steps: - run: name: Clone Fluent MySQL - command: git clone -b master https://github.com/vapor/fluent-mysql.git + command: git clone -b 3 https://github.com/vapor/fluent-mysql.git working_directory: ~/ - run: name: Switch Fluent MySQL to this Fluent revision