diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-11-25 20:45:22 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-11-25 21:23:43 +0200 |
commit | 6c7b8837d32aace0fb085406f22e6bfdcafa8aaf (patch) | |
tree | d36fa651ec55e87f52ccb5216730bc83edd8e797 /.cirrus.yml | |
parent | 3ad5ace351fc298a2f743dc3dd85e11fb1101751 (diff) |
ci: Always run merge_base_script first for consistency
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index c3cc776926..460906817e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -269,10 +269,11 @@ task: task: name: 'macOS 10.15 [gui, no tests] [focal]' + << : *BASE_TEMPLATE macos_sdk_cache: folder: "depends/SDKs/$MACOS_SDK" fingerprint_key: "$MACOS_SDK" - << : *GLOBAL_TASK_TEMPLATE + << : *MAIN_TEMPLATE container: image: ubuntu:focal env: |