File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ RUN swift package resolve
27
27
COPY . .
28
28
RUN swift build -c release --static-swift-stdlib
29
29
30
+ RUN cd Resources/branch_release-5.9 && swift build -c release --static-swift-stdlib
31
+ RUN cd Resources/branch_main && swift build -c release --static-swift-stdlib
32
+
30
33
WORKDIR /staging
31
34
32
35
RUN cp "$(swift build --package-path /build -c release --show-bin-path)/App" ./
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ func routes(_ app: Application) throws {
71
71
let processResult = try await process. waitUntilExit ( )
72
72
73
73
let stdout = try processResult. utf8Output ( )
74
- let stderr = try processResult. utf8stderrOutput ( )
74
+ let stderr = try processResult. utf8stderrOutput ( )
75
75
76
76
return ( stdout, stderr)
77
77
}
You can’t perform that action at this time.
0 commit comments