mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 08:55:43 +03:00
10 lines
145 B
Bash
Executable File
10 lines
145 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: BUSL-1.1
|
|
|
|
set -xeuo pipefail
|
|
|
|
./setup.sh
|
|
./check.sh
|
|
./teardown.sh
|