2023-01-04 20:21:15 +03:00
|
|
|
# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
|
2020-02-06 14:54:07 +03:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-07-05 14:35:30 +03:00
|
|
|
steps:
|
2021-02-09 13:42:34 +03:00
|
|
|
- template: bash-lib.yml
|
|
|
|
parameters:
|
|
|
|
var_name: bash-lib
|
2019-07-05 14:35:30 +03:00
|
|
|
- bash: |
|
|
|
|
set -euo pipefail
|
2021-02-09 13:42:34 +03:00
|
|
|
source $(bash-lib)
|
|
|
|
setvar time "$(date -u +"%Y-%m-%dT%H:%M:%S+00:00")"
|
|
|
|
setvar machine "$(Agent.MachineName)"
|
2019-07-05 14:35:30 +03:00
|
|
|
condition: always()
|
|
|
|
name: start
|
2020-02-06 14:54:07 +03:00
|
|
|
|