Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go-eds
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mads
go-eds
Commits
5c08c126
Commit
5c08c126
authored
Jun 23, 2018
by
endk-mirror-svc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No reason to go get lint for each stage unless it's needed...
parent
fc2819a8
Pipeline
#24433216
passed with stages
in 1 minute and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
No files found.
.gitlab-ci.yml
View file @
5c08c126
...
@@ -16,7 +16,6 @@ before_script:
...
@@ -16,7 +16,6 @@ before_script:
-
mkdir -p /go/src/gitlab.com/MadsRC /go/src/_/builds
-
mkdir -p /go/src/gitlab.com/MadsRC /go/src/_/builds
-
cp -r $CI_PROJECT_DIR /go/src/gitlab.com/MadsRC/go-eds
-
cp -r $CI_PROJECT_DIR /go/src/gitlab.com/MadsRC/go-eds
-
ln -s /go/src/gitlab.com/MadsRC /go/src/_/builds/MadsRC
-
ln -s /go/src/gitlab.com/MadsRC /go/src/_/builds/MadsRC
-
go get -u golang.org/x/lint/golint
unit_tests
:
unit_tests
:
stage
:
test
stage
:
test
...
@@ -36,6 +35,7 @@ code_coverage:
...
@@ -36,6 +35,7 @@ code_coverage:
lint_code
:
lint_code
:
stage
:
test
stage
:
test
script
:
script
:
-
go get -u golang.org/x/lint/golint
-
make lint
-
make lint
build
:
build
:
...
...
Write
Preview
Markdown
is supported
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