| # Copyright (c) 2023 VEXXHOST, Inc. |
| # |
| # Licensed under the Apache License, Version 2.0 (the "License"); you may |
| # not use this file except in compliance with the License. You may obtain |
| # a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| # License for the specific language governing permissions and limitations |
| # under the License. |
| |
| download_artifact_work_directory: /var/lib/downloads |
| |
| # download_artifact_url: |
| # download_artifact_dest: |
| # download_artifact_owner: |
| # download_artifact_mode: |
| # download_artifact_checksum: |
| download_artifact_validate_certs: true |
| # download_artifact_force_basic_auth: |
| # download_artifact_url_username: |
| # download_artifact_url_password: |
| |
| # NOTE(fitbeard): If this is false, debug information will be displayed but may |
| # contain some private data, so it is recommended to set it to |
| # true a production environment. |
| download_artifact_no_log: true |
| |
| # Unarchive the downloaded file |
| download_artifact_unarchive: false |
| # download_artifact_unarchive_dest: |
| # download_artifact_unarchive_extra_opts: |