File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ 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
30
+ RUN cd Resources/branch_release-5.9 && swift build -c debug --static-swift-stdlib
31
+ RUN cd Resources/branch_main && swift build -c debug --static-swift-stdlib
32
32
33
33
WORKDIR /staging
34
34
35
- RUN cp "$(swift build --package-path /build -c debug --show-bin-path)/App" ./
35
+ RUN cp "$(swift build --package-path /build -c release --show-bin-path)/App" ./
36
36
37
- RUN find -L "$(swift build --package-path /build -c debug --show-bin-path)/" -regex '.*\. resources$' -exec cp -Ra {} ./ \;
37
+ RUN find -L "$(swift build --package-path /build -c release --show-bin-path)/" -regex '.*\. resources$' -exec cp -Ra {} ./ \;
38
38
39
39
RUN [ -d /build/Public ] && { mv /build/Public ./Public && chmod -R a-w ./Public; } || true
40
40
RUN [ -d /build/Resources ] && { mv /build/Resources ./Resources && chmod -R a-w ./Resources; } || true
You can’t perform that action at this time.
0 commit comments