b19617d955
Signed-off-by: Ryan Cragun <me@ryan.ec>
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
|