File tree 6 files changed +11
-11
lines changed
6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ about: Tell us about a problem you are experiencing.
19
19
20
20
** Environment:**
21
21
22
- - csctl-plugin-openstack version: (use ` csctl-plugin-openstack version ` )
23
- - OS (e.g. from ` /etc/os-release ` ):
22
+ - csctl-plugin-openstack version:
23
+ - OS (e.g. from ` /etc/os-release ` ):
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ about: Suggest an idea for this project.
16
16
17
17
** Environment:**
18
18
19
- - csctl-plugin-openstack version: (use ` csctl-plugin-openstack version ` )
19
+ - csctl-plugin-openstack version:
Original file line number Diff line number Diff line change 1
- name : Build csctl-plugin- openstack binary
1
+ name : Build csctl-openstack binary
2
2
# yamllint disable rule:line-length
3
3
on : # yamllint disable-line rule:truthy
4
4
push :
19
19
# Load Golang cache build from GitHub
20
20
- name : build go binary
21
21
run : |
22
- go build -o csctl-plugin- openstack main.go
22
+ go build -o csctl-openstack main.go
Original file line number Diff line number Diff line change 16
16
.reports
17
17
# build and release
18
18
dist
19
- csctl-plugin- openstack
19
+ csctl-openstack
20
20
tmp /
21
21
releases /
Original file line number Diff line number Diff line change 1
1
project_name : csctl-plugin-openstack
2
2
3
3
builds :
4
- - binary : csctl-plugin- openstack
4
+ - binary : csctl-openstack
5
5
goos :
6
6
- linux
7
7
- darwin
Original file line number Diff line number Diff line change @@ -48,17 +48,17 @@ export GOBIN := $(abspath $(TOOLS_BIN_DIR))
48
48
# ########
49
49
50
50
.PHONY : clean
51
- clean : # # cleans the csctl-plugin- openstack binary
52
- @if [ -f csctl-plugin- openstack ]; then rm csctl-plugin -openstack; fi
51
+ clean : # # cleans the csctl-openstack binary
52
+ @if [ -f csctl-openstack ]; then rm csctl-openstack; fi
53
53
54
54
55
55
# #@ Common
56
56
# #########
57
57
# Common #
58
58
# #########
59
59
.PHONY : build
60
- build : # build the csctl-plugin- openstack binary
61
- go build -ldflags " $( LDFLAGS) " -o csctl-plugin- openstack main.go
60
+ build : # build the csctl-openstack binary
61
+ go build -ldflags " $( LDFLAGS) " -o csctl-openstack main.go
62
62
63
63
.PHONY : lint-golang
64
64
lint-golang : # # Lint Golang codebase
You can’t perform that action at this time.
0 commit comments