aboutsummaryrefslogtreecommitdiff
path: root/exec2/pull-upstream.sh
blob: a797951c321257f37d15ac2a83eb2e99fda5f97c (plain) (blame)
1
2
3
4
5
6
7
#!/usr/bin/env bash

REF=v1.4.3

wget https://github.com/hashicorp/nomad/raw/${REF}/drivers/exec/driver.go -O driver.go
wget https://github.com/hashicorp/nomad/raw/${REF}/drivers/exec/handle.go -O handle.go
wget https://github.com/hashicorp/nomad/raw/${REF}/drivers/exec/state.go -O state.go