remove gitlab CI setup and build badge
This commit is contained in:
parent
d5148efc41
commit
5e119a1c88
@ -1,16 +0,0 @@
|
||||
stages:
|
||||
- build
|
||||
- test
|
||||
- deploy
|
||||
- release
|
||||
|
||||
variables:
|
||||
DOCKER_TAG: $CI_COMMIT_TAG
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- docker build -t short-build .
|
||||
test:
|
||||
stage: test
|
||||
script:
|
||||
- docker run short-build -v
|
@ -1,7 +1,6 @@
|
||||
# Short - simple go url shortener
|
||||
|
||||
[](https://git.thebarrens.nu/wolvie/short/blob/master/LICENSE)
|
||||
[](https://git.thebarrens.nu/wolvie/short/)
|
||||
|
||||
Short is a very simple url shortener build in golang using gorilla/mux for url routing and go-cache for storring URLs, the main focus is speed, not data is persisted, but can be dumped and restored.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user