Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Vault
Commits
98b0e321
Commit
98b0e321
authored
6 years ago
by
Sam Salisbury
Browse files
Options
Download
Email Patches
Plain Diff
ci: fix make target names
parent
6c8a7f6b
Branches unavailable
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.circleci/config.yml
+2
-2
.circleci/config.yml
.circleci/config/jobs/build-go-dev.yml
+1
-1
.circleci/config/jobs/build-go-dev.yml
with
3 additions
and
3 deletions
+3
-3
.circleci/config.yml
+
2
-
2
View file @
98b0e321
...
@@ -61,7 +61,7 @@ jobs:
...
@@ -61,7 +61,7 @@ jobs:
mkdir ./pkg
mkdir ./pkg
# Build dev binary
# Build dev binary
make bootstrap
ent
dev
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
ent
dev
# make bootstrap dev
# name: Build dev binary
# name: Build dev binary
# - persist_to_workspace:
# - persist_to_workspace:
# paths:
# paths:
...
...
This diff is collapsed.
Click to expand it.
.circleci/config/jobs/build-go-dev.yml
+
1
-
1
View file @
98b0e321
...
@@ -14,7 +14,7 @@ steps:
...
@@ -14,7 +14,7 @@ steps:
mkdir ./pkg
mkdir ./pkg
# Build dev binary
# Build dev binary
make bootstrap
ent
dev
make bootstrap dev
-
persist_to_workspace
:
-
persist_to_workspace
:
root
:
.
root
:
.
paths
:
paths
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help