parent
9a2f7f6dd2
commit
7bce2de99b
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: golang
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
- go build
|
- go build -o ett ./
|
||||||
- name: docker
|
- name: docker
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
FROM scratch
|
FROM scratch
|
||||||
COPY ./eventTimeTracking /ett
|
COPY ./ett /ett
|
||||||
#RUN ls -lah /
|
#RUN ls -lah /
|
||||||
#RUN chmod uog+rwx /ett
|
#RUN chmod uog+rwx /ett
|
||||||
#RUN /ett
|
#RUN /ett
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -1,2 +1,2 @@
|
||||||
build:
|
build:
|
||||||
CGO_ENABLED=0 GOOS=linux go build ./
|
CGO_ENABLED=0 GOOS=linux go build -o ett ./
|
Loading…
Add table
Reference in a new issue