remove gitlab CI setup and build badge

This commit is contained in:
Tom Andrade 2019-10-12 08:37:37 +02:00
parent d5148efc41
commit 5e119a1c88
Signed by: wolvie
GPG Key ID: 31AAB07872E82669
2 changed files with 0 additions and 17 deletions

View File

@ -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

View File

@ -1,7 +1,6 @@
# Short - simple go url shortener # Short - simple go url shortener
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://git.thebarrens.nu/wolvie/short/blob/master/LICENSE) [![License](https://img.shields.io/badge/license-MIT-green.svg)](https://git.thebarrens.nu/wolvie/short/blob/master/LICENSE)
[![Build Status](https://git.thebarrens.nu/wolvie/short/badges/master/build.svg)](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. 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.