mirror of
https://github.com/vxcontrol/external-dns.git
synced 2026-07-22 06:35:48 -04:00
12 lines
119 B
Bash
Executable File
12 lines
119 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd $(dirname $0)/..
|
|
|
|
. ./scripts/common_functions
|
|
|
|
set_project_vars
|
|
|
|
rm -rf build dist bin gopath
|