mirror of
https://github.com/vxcontrol/external-dns.git
synced 2026-07-21 06:05:22 -04:00
12 lines
127 B
Bash
Executable File
12 lines
127 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd $(dirname $0)/..
|
|
|
|
./scripts/clean
|
|
./scripts/bootstrap
|
|
./scripts/build
|
|
./scripts/test
|
|
./scripts/package
|