1
0
mirror of https://github.com/Luzifer/password.git synced 2024-09-18 18:02:56 +00:00

Fix: Adjust to new build script

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-07-14 00:15:21 +02:00
parent a2f4478ee0
commit a4a3a83f40
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E
3 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,7 @@
---
image: "reporunner/golang-alpine"
checkout_dir: /src
checkout_dir: /go/src/github.com/Luzifer/password
commands:
- make publish
@ -9,5 +9,6 @@ commands:
environment:
CGO_ENABLED: 0
GHUSER: Luzifer
PACKAGES: .
GO111MODULE: on
PACKAGES: github.com/Luzifer/password/cmd/password
REPO: password

View File

@ -18,5 +18,5 @@ pack: compile_js
bash generateXKCDWordList.sh
publish:
curl -sSLo cmd/password/golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
cd cmd/password && bash golang.sh
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
bash golang.sh

View File

@ -1,4 +1,4 @@
module password
module github.com/Luzifer/password/cmd/password
go 1.12