mirror of
https://github.com/logos-messaging/sds-go-bindings.git
synced 2026-01-02 14:13:08 +00:00
fix: swap to master branch in dependency
This commit is contained in:
commit
868e6f37cb
@ -11,7 +11,6 @@ NIM_SDS_DIR := $(THIRD_PARTY_DIR)/nim-sds
|
|||||||
all: build
|
all: build
|
||||||
|
|
||||||
# Prepare third_party directory and clone nim-sds
|
# Prepare third_party directory and clone nim-sds
|
||||||
# TODO: remove the "git checkout gabrielmer-feat-init-implementation" part
|
|
||||||
prepare:
|
prepare:
|
||||||
@echo "Creating third_party directory..."
|
@echo "Creating third_party directory..."
|
||||||
@mkdir -p $(THIRD_PARTY_DIR)
|
@mkdir -p $(THIRD_PARTY_DIR)
|
||||||
@ -21,7 +20,7 @@ prepare:
|
|||||||
cd $(THIRD_PARTY_DIR) && \
|
cd $(THIRD_PARTY_DIR) && \
|
||||||
git clone $(NIM_SDS_REPO) && \
|
git clone $(NIM_SDS_REPO) && \
|
||||||
cd $(NIM_SDS_DIR) && \
|
cd $(NIM_SDS_DIR) && \
|
||||||
git checkout feat-init-implementation; \
|
git checkout master; \
|
||||||
make update; \
|
make update; \
|
||||||
else \
|
else \
|
||||||
echo "nim-sds repository already exists."; \
|
echo "nim-sds repository already exists."; \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user