daml/ci/report-start.yml

16 lines
416 B
YAML
Raw Permalink Normal View History

# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
2019-07-05 14:35:30 +03:00
steps:
- template: bash-lib.yml
parameters:
var_name: bash-lib
2019-07-05 14:35:30 +03:00
- bash: |
set -euo pipefail
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