Project structure update
This commit is contained in:
parent
86c616de0a
commit
e556cdceba
70 changed files with 4127 additions and 56 deletions
4
Makefile
4
Makefile
|
|
@ -1,6 +1,6 @@
|
|||
CURRENT_UID := $(shell id -u):$(shell id -g)
|
||||
PACKAGE_NAME ?= $(shell jq -r '.name' package.json)
|
||||
PACKAGE_VERSION?= $(shell jq -r '.version' package.json)
|
||||
PACKAGE_NAME ?= $(shell jq -r '.name' link/package.json)
|
||||
PACKAGE_VERSION?= $(shell jq -r '.version' link/package.json)
|
||||
BUILD_DATE ?=$(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
|
||||
DOCKER_ARGS ?=
|
||||
DOCKER_NS ?= registry.gitlab.com/digiresilience/link/${PACKAGE_NAME}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue