mirror of
https://github.com/Luzifer/github-publish.git
synced 2024-11-09 23:00:14 +00:00
Print Go version into build log
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
ea2de8e9e1
commit
14c01aec35
2 changed files with 3 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
05e4977d541b2ef07c757acca912b7b58b379fb425eceb3a1f53c829a78a4aa4 docker2aci.sh
|
||||
635091c14de852b5cb183ebe345c2711f430907c439aec7c9d5dba1b9c8309cd golang.sh
|
||||
36f8d0fb8c85b3ec8653a23905242907f0705a5bc6ece595e09013666fd5486e golang.sh
|
||||
|
|
|
@ -23,6 +23,8 @@ DEPLOYMENT_TAG=${DEPLOYMENT_TAG:-${VERSION}}
|
|||
PACKAGES=${PACKAGES:-$(echo ${godir} | cut -d '/' -f 1-3)}
|
||||
BUILD_DIR=${BUILD_DIR:-.build}
|
||||
|
||||
go version
|
||||
|
||||
step Retrieve dependencies
|
||||
go get github.com/aktau/github-release
|
||||
go get github.com/mitchellh/gox
|
||||
|
|
Loading…
Reference in a new issue