Stuff
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Kekskurse 2022-01-14 22:16:23 +01:00
parent 9a2f7f6dd2
commit 7bce2de99b
Signed by: kekskurse
GPG Key ID: 728ACCB59341E7E4
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ steps:
- name: build
image: golang
commands:
- go build
- go build -o ett ./
- name: docker
image: plugins/docker
settings:

View File

@ -1,5 +1,5 @@
FROM scratch
COPY ./eventTimeTracking /ett
COPY ./ett /ett
#RUN ls -lah /
#RUN chmod uog+rwx /ett
#RUN /ett

View File

@ -1,2 +1,2 @@
build:
CGO_ENABLED=0 GOOS=linux go build ./
CGO_ENABLED=0 GOOS=linux go build -o ett ./