Skip to content

Commit 3b977c0

Browse files
committed
use fluent gm branch for circle ci
1 parent 0fdca43 commit 3b977c0

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ let package = Package(
1414
.package(url: "https://github.com/vapor/crypto.git", from: "3.0.0"),
1515

1616
// 🗄 Core services for creating database integrations.
17-
.package(url: "https://github.com/vapor/database-kit.git", from: "1.0.0"),
17+
.package(url: "https://github.com/vapor/database-kit.git", .branch("fluent-gm")),
1818

1919
// 📦 Dependency injection / inversion of control framework.
2020
.package(url: "https://github.com/vapor/service.git", from: "1.0.0"),
2121

2222
// *️⃣ Build SQL queries in Swift.
23-
.package(url: "https://github.com/vapor/sql.git", from: "1.0.0"),
23+
.package(url: "https://github.com/vapor/sql.git", .branch("fluent-gm")),
2424

2525
// Event-driven network application framework for high performance protocol servers & clients, non-blocking.
2626
.package(url: "https://github.com/apple/swift-nio.git", from: "1.0.0"),

circle.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ jobs:
4444
name: Compile code with optimizations
4545
command: swift build -c release
4646

47-
48-
49-
5047
linux-fluent:
5148
docker:
5249
- image: codevapor/swift:4.1

0 commit comments

Comments
 (0)