chore: add task to update arcad/edge dependency
arcad/emissary/pipeline/head This commit looks good Details

This commit is contained in:
wpetit 2023-04-06 20:56:43 +02:00
parent 2d2dc29c84
commit 12f8b3aa25
1 changed files with 9 additions and 1 deletions

View File

@ -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
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