Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Warcraft Raid Boss Top
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rakshazi
Warcraft Raid Boss Top
Commits
f5bbf0a3
Verified
Commit
f5bbf0a3
authored
Sep 06, 2019
by
rakshazi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed unsupported tests from ci
parent
9a5c771e
Pipeline
#80690846
failed with stage
in 1 minute and 50 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
17 deletions
+3
-17
.gitlab-ci.yml
.gitlab-ci.yml
+2
-16
README.md
README.md
+1
-1
No files found.
.gitlab-ci.yml
View file @
f5bbf0a3
image
:
docker:stable
include
:
template
:
Dependency-Scanning.gitlab-ci.yml
#
include:
#
template: Dependency-Scanning.gitlab-ci.yml
stages
:
-
test
-
build
services
:
-
docker:dind
test
:
stage
:
test
image
:
golang:alpine
before_script
:
-
apk --no-cache add alpine-sdk
-
mkdir -p /usr/local/go/src/gitlab.com/rakshazi/wrbt
-
mv ./* /usr/local/go/src/gitlab.com/rakshazi/wrbt/
script
:
-
cd /usr/local/go/src/gitlab.com/rakshazi/wrbt
-
go test ./...
-
go vet ./...
-
gofmt -l .
build
:
stage
:
build
only
:
[
'
master'
]
...
...
README.md
View file @
f5bbf0a3
# Warcraft Raid Boss Top
# Warcraft Raid Boss Top
[](https://godoc.org/gitlab.com/rakshazi/wrbt)
That tool grabs data from multiple sources to produce list of WoW bosses with count of kills/wipes in each raid difficulty
...
...
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