mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-04 00:36:58 +03:00
179d85362d
* update copyright * undo hack from #18168 * update hash in platform-independence-pre-check
15 lines
370 B
YAML
15 lines
370 B
YAML
# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
steps:
|
|
- template: bash-lib.yml
|
|
parameters:
|
|
var_name: bash-lib
|
|
- bash: |
|
|
set -euo pipefail
|
|
source $(bash-lib)
|
|
setvar time "$(date -u +"%Y-%m-%dT%H:%M:%S+00:00")"
|
|
condition: always()
|
|
name: end
|
|
|