Skip to content

Commit 8060022

Browse files
committed
Remove debug flag
1 parent 052592b commit 8060022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerise.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
path: client/packages/host/dist
5353

5454
- name: Build server
55-
run: docker run --rm --user "$(id -u)":"$(id -g)" -v "$PWD":/usr/src/omsupply -w /usr/src/omsupply/server rust:slim cargo build --debug --bin remote_server --bin remote_server_cli
55+
run: docker run --rm --user "$(id -u)":"$(id -g)" -v "$PWD":/usr/src/omsupply -w /usr/src/omsupply/server rust:slim cargo build --bin remote_server --bin remote_server_cli
5656

5757
- name: Save artifacts
5858
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)