File tree 6 files changed +5
-5
lines changed
6 files changed +5
-5
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
- include common.mk
1
+ include ../ common.mk
2
2
3
3
APP_DIR: =$(realpath $(CURDIR ) /..)
4
4
Original file line number Diff line number Diff line change 1
- include ../common.mk
1
+ include ../../ common.mk
2
2
3
3
APP_DIR: =$(realpath $(CURDIR ) /../../)
4
4
GITCOMMIT? =$(shell cd $(APP_DIR ) && git rev-parse --short HEAD)
Original file line number Diff line number Diff line change 1
- include ../common.mk
1
+ include ../../ common.mk
2
2
3
3
APP_DIR: =$(realpath $(CURDIR ) /../../)
4
4
STATIC_VERSION: =$(shell ../static/gen-static-ver $(APP_DIR ) $(VERSION ) )
Original file line number Diff line number Diff line change 1
- include ../common.mk
1
+ include ../../ common.mk
2
2
3
3
APP_DIR: =$(realpath $(CURDIR ) /../../)
4
4
CGO_ENABLED ?= 0
Original file line number Diff line number Diff line change 1
- include ../common.mk
1
+ include ../../ common.mk
2
2
3
3
APP_DIR: =$(realpath $(CURDIR ) /../../)
4
4
GO_BASE_IMAGE =golang
You can’t perform that action at this time.
0 commit comments