llmongodb/build.sh
Michele e1f9da40e4 - build automatico con tag versione
- docker-compose per ambiente di test
2018-10-23 09:26:55 +02:00

5 lines
168 B
Bash
Executable file

#!/bin/bash
CGO_ENABLED=0 GOOS=linux go build -o lastlogin_mongodb-$(git describe --tags) -a -installsuffix cgo .
mv lastlogin_mongodb-$(git describe --tags) Docker/