chore: add task to update arcad/edge dependency
arcad/emissary/pipeline/head This commit looks good
Details
arcad/emissary/pipeline/head This commit looks good
Details
This commit is contained in:
parent
2d2dc29c84
commit
12f8b3aa25
10
Makefile
10
Makefile
|
@ -154,4 +154,12 @@ load-sample-specs:
|
||||||
cat misc/spec-samples/mdns.emissary.cadoles.com.json | ./bin/server api agent spec update -a $(AGENT_ID) --no-patch --spec-data - --spec-name mdns.emissary.cadoles.com
|
cat misc/spec-samples/mdns.emissary.cadoles.com.json | ./bin/server api agent spec update -a $(AGENT_ID) --no-patch --spec-data - --spec-name mdns.emissary.cadoles.com
|
||||||
|
|
||||||
full-version:
|
full-version:
|
||||||
@echo $(FULL_VERSION)
|
@echo $(FULL_VERSION)
|
||||||
|
|
||||||
|
update-edge-lib:
|
||||||
|
git pull --rebase
|
||||||
|
GOPRIVATE=forge.cadoles.com/arcad/edge go get -u forge.cadoles.com/arcad/edge
|
||||||
|
go mod tidy
|
||||||
|
git add go.mod go.sum
|
||||||
|
git commit -m "feat: update arcad/edge dependency"
|
||||||
|
git push
|
Loading…
Reference in New Issue