diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 8544f6e..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -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 diff --git a/README.md b/README.md index 202abf3..6d3164f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Short - simple go url shortener [![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.