Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Keil committed Mar 10, 2018
1 parent 16bd9dd commit afaf65b
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 12 deletions.
50 changes: 39 additions & 11 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/bash

APP_VERSION=$1
if [ -z "${APP_VERSION}" ]; then
APP_VERSION=development
fi
go build -ldflags "-X main.version=${APP_VERSION}" -o hydra cmd/*.go
2 changes: 1 addition & 1 deletion scripts/create-symlink.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

ln -s $(pwd)/../hydra ~/development/go/bin
ln -s $(pwd)/hydra ~/development/go/bin

0 comments on commit afaf65b

Please sign in to comment.