ci: fix strip step
This commit is contained in:
parent
d2c08b0a4d
commit
bdf7b60d5c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ steps:
|
|||
- apt-get update && apt-get install -y cmake g++
|
||||
- shards install
|
||||
- shards build --production --static
|
||||
- strip /_cache/bin
|
||||
- strip bin/docmachine
|
||||
- mkdir -p /_cache/bin
|
||||
- cp -r bin/docmachine /_cache/bin
|
||||
|
||||
|
|
Loading…
Reference in a new issue