mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
CI: Use other base64 options on macOS Sonoma too
This commit is contained in:
parent
35ca1e88c7
commit
b1e63ffd26
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@ if [[ -n "${CIRRUS_CI}" ]] && [[ "${CIRRUS_REPO_OWNER}" == "zeek" ]] && [[ ! -d
|
||||||
|
|
||||||
banner "Trying to clone zeek-testing-private git repo"
|
banner "Trying to clone zeek-testing-private git repo"
|
||||||
echo "${ZEEK_TESTING_PRIVATE_SSH_KEY}" >cirrus_key.b64
|
echo "${ZEEK_TESTING_PRIVATE_SSH_KEY}" >cirrus_key.b64
|
||||||
if [ "${CIRRUS_TASK_NAME}" == "macos_ventura" ]; then
|
if [ "${CIRRUS_TASK_NAME}" == "macos_ventura" -o "${CIRRUS_TASK_NAME}" == "macos_sonoma" ]; then
|
||||||
# The base64 command provided with macOS Ventura requires an argument
|
# The base64 command provided with macOS Ventura/Sonoma requires an argument
|
||||||
# to pass the input filename
|
# to pass the input filename
|
||||||
base64 -d -i cirrus_key.b64 >cirrus_key
|
base64 -d -i cirrus_key.b64 >cirrus_key
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue