Skip to content

Commit

Permalink
chore: update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
donch1989 committed Mar 13, 2024
1 parent 4b7a994 commit 6cb6160
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-test-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: instill-ai/instill-core
fetch-tags: true

- name: Load .env file
uses: cardinalby/export-env-action@v2
Expand Down Expand Up @@ -210,6 +211,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: instill-ai/instill-core
fetch-tags: true

- name: Load .env file
uses: cardinalby/export-env-action@v2
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ endif
UNAME_S := $(shell uname -s)

INSTILL_CORE_IMAGE_NAME := instill/core

INSTILL_CORE_VERSION := $(shell git tag --sort=committerdate | grep -E '[0-9]' | tail -1 | cut -b 2-)

INSTILL_CORE_BUILD_CONTAINER_NAME := instill-core-build
Expand All @@ -47,6 +48,8 @@ HELM_RELEASE_NAME := core

.PHONY: all
all: ## Launch all services with their up-to-date release version
@echo "UNAME_S ${UNAME_S}"
@echo "INSTILL_CORE_VERSION ${INSTILL_CORE_VERSION}"
@make build-release BUILD=${BUILD}
@if [ ! -f "$$(echo ${SYSTEM_CONFIG_PATH}/user_uid)" ]; then \
mkdir -p ${SYSTEM_CONFIG_PATH} && \
Expand Down

0 comments on commit 6cb6160

Please sign in to comment.