mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 01:15:43 +03:00
7 lines
153 B
Bash
Executable File
7 lines
153 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
|
cd /opt/gopath/src/github.com/hashicorp/nomad && make bootstrap
|