Commit 98b0e321 authored by Sam Salisbury's avatar Sam Salisbury
Browse files

ci: fix make target names

parent 6c8a7f6b
Branches unavailable
Showing with 3 additions and 3 deletions
+3 -3
...@@ -61,7 +61,7 @@ jobs: ...@@ -61,7 +61,7 @@ jobs:
mkdir ./pkg mkdir ./pkg
# Build dev binary # Build dev binary
make bootstrap entdev make bootstrap dev
name: Build dev binary name: Build dev binary
- persist_to_workspace: - persist_to_workspace:
paths: paths:
...@@ -378,7 +378,7 @@ workflows: ...@@ -378,7 +378,7 @@ workflows:
# mkdir ./pkg # mkdir ./pkg
# #
# # Build dev binary # # Build dev binary
# make bootstrap entdev # make bootstrap dev
# name: Build dev binary # name: Build dev binary
# - persist_to_workspace: # - persist_to_workspace:
# paths: # paths:
......
...@@ -14,7 +14,7 @@ steps: ...@@ -14,7 +14,7 @@ steps:
mkdir ./pkg mkdir ./pkg
# Build dev binary # Build dev binary
make bootstrap entdev make bootstrap dev
- persist_to_workspace: - persist_to_workspace:
root: . root: .
paths: paths:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment