Skip to content

Commit

Permalink
move abi to pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCherepovskyi committed Aug 14, 2023
1 parent 1118a0a commit af9e12c
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 8 additions & 1 deletion werf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ configVersion: 1
project: "backend"
---
image: builder
from: golang:1.20
from: golang:1.20-alpine
docker:
WORKDIR: /go/src/github.com/dl-only-tokens/back-listener
git:
Expand All @@ -29,3 +29,10 @@ import:
add: /usr/local/bin/back-listener
to: /usr/local/bin/back-listener
after: setup

- image: builder
add: /go/src/github.com/dl-only-tokens/back-listener/pkg
to: /usr/local/bin/pkg/
after: setup


0 comments on commit af9e12c

Please sign in to comment.