Skip to content

Commit

Permalink
- Moved scripts to scripts directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristoffer Ahl committed Aug 30, 2018
1 parent 6721f43 commit 1ceff6e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions test → scripts/run
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash

go build -o ./centry

./centry ./examples/centry.yaml "$@"
5 changes: 5 additions & 0 deletions scripts/test
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

go build -o ./centry

go test

0 comments on commit 1ceff6e

Please sign in to comment.