Skip to content

Commit

Permalink
fix the workflow and makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
suprjinx committed Jul 7, 2023
1 parent 1b2f538 commit 56f312e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
jobs:
goreleaser:
name: Goreleaser artifact build
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,6 @@ clean: ## clean the go build artifacts
PHONY: build
build: go-build ## build the go components

PHONY: build
build: node-build go-build
@echo ">>> Building node and go components."

PHONY: run
run: build ## run the FastTrackML server
@echo ">>> Running the FasttrackML server."
Expand Down

0 comments on commit 56f312e

Please sign in to comment.