File tree Expand file tree Collapse file tree 1 file changed +3
-18
lines changed Expand file tree Collapse file tree 1 file changed +3
-18
lines changed Original file line number Diff line number Diff line change 31
31
- checkout
32
32
- attach_workspace :
33
33
at : .
34
- - run : ls -al **
35
34
- run : go get -v -t -d ./...
36
35
- run : go test -v ./...
37
36
- run :
@@ -41,28 +40,17 @@ jobs:
41
40
GOOS=linux GOARCH=amd64 packr build -o ../../release/linux/ssl-game-controller
42
41
GOOS=windows GOARCH=amd64 packr build -o ../../release/windows/ssl-game-controller.exe
43
42
GOOS=darwin GOARCH=amd64 packr build -o ../../release/darwin/ssl-game-controller
44
- - run : ls -al **
45
43
- persist_to_workspace :
46
44
root : .
47
45
paths :
48
46
- release/*
49
47
50
- deploy :
51
- docker :
52
- - image : circleci/golang:1.10
53
-
54
- working_directory : /go/src/github.com/g3force/ssl-game-controller
55
- steps :
56
- - attach_workspace :
57
- at : .
58
- - run : ls -al **
59
-
60
48
publish-github-release :
61
49
docker :
62
50
- image : circleci/golang:1.8
63
51
steps :
64
52
- attach_workspace :
65
- at : ./release
53
+ at : .
66
54
- run :
67
55
name : " Publish Release on GitHub"
68
56
command : |
@@ -78,9 +66,6 @@ workflows:
78
66
- backend :
79
67
requires :
80
68
- frontend
81
- - deploy :
69
+ - publish-github-release :
82
70
requires :
83
- - backend
84
- # - publish-github-release:
85
- # requires:
86
- # - backend
71
+ - backend
You can’t perform that action at this time.
0 commit comments