mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 02:02:43 +00:00
10 lines
196 B
Bash
Executable File
10 lines
196 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
set -eu -o pipefail
|
|
|
|
pushd "$(git rev-parse --show-toplevel)" > /dev/null
|
|
make ci-get-date
|
|
popd > /dev/null
|