daml/ci/report-start.yml
Gary Verhaegen 61e9df3eaf
refactor ci jobs: add setvar to ci/lib.sh (#6708)
CHANGELOG_BEGIN
CHANGELOG_END
2020-07-13 17:34:54 +02:00

15 lines
344 B
YAML

# Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
steps:
- bash: |
set -euo pipefail
source ci/lib.sh
setvar time $(date -u +"%Y-%m-%dT%H:%M:%S+00:00")
setvar machine $(Agent.MachineName)
condition: always()
name: start