Skip to content

Commit

Permalink
Remove unused scripts and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arunvelsriram committed Jan 8, 2021
1 parent 7ba4eb9 commit 2d39af8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 19 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ $ exit

## Contributing

Build and run tests:
Run tests:

```
$ ./build
$ ./run-test
```
13 changes: 0 additions & 13 deletions build

This file was deleted.

4 changes: 0 additions & 4 deletions docker-push

This file was deleted.

10 changes: 10 additions & 0 deletions run-test
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env bash

set -e

echo "==> Build image"
docker build -t utils-test .

echo "==> Test image"
bats test/test.bats

0 comments on commit 2d39af8

Please sign in to comment.