aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2021-08-27 15:47:40 -0700
committerGerald Combs <gerald@wireshark.org>2021-08-27 15:47:40 -0700
commit97b66108186da63c6e8e56f654eeb2848c5cd99c (patch)
treee8ca36011590ef47e00ba510884c4892045ee5f1 /.gitlab-ci.yml
parent70e26d691ed08697c66d47975ac716e9df5bac62 (diff)
GitLab CI: Fix a command.
BSD stat doesn't support `--format`.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e609cd6abd..0d699d921e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -438,7 +438,7 @@ macOS Arm Package:
- arch -arch arm64 ninja dmg_package
- cd run
- notarize-build
- - stat --format="%N %z bytes" Wireshark*Arm*.dmg
+ - stat -f "%N %z bytes" Wireshark*Arm*.dmg
- for digest in sha256 rmd160 sha1 ; do openssl $digest Wireshark*Arm*.dmg ; done
- |
if [ -n "$AWS_ACCESS_KEY_ID" ] && [ -n "$AWS_SECRET_ACCESS_KEY" ] && [ -n "$S3_DESTINATION_MACOS_ARM64" ] ; then