aboutsummaryrefslogtreecommitdiff
path: root/exec2/pull-upstream.sh
diff options
context:
space:
mode:
Diffstat (limited to 'exec2/pull-upstream.sh')
-rwxr-xr-xexec2/pull-upstream.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/exec2/pull-upstream.sh b/exec2/pull-upstream.sh
deleted file mode 100755
index a797951..0000000
--- a/exec2/pull-upstream.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/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