Fixing wrong Docker image name in .gitlab-ci.yml. Also adding README.md for future use.

This commit is contained in:
Alexey Skobkin 2019-10-03 01:19:02 +03:00
parent 914d692b3a
commit f272887895
No known key found for this signature in database
GPG Key ID: 5D5CEF6F221278E7
2 changed files with 16 additions and 1 deletions

View File

@ -1,4 +1,4 @@
image: "go:1"
image: "golang:1-alpine"
build:
script:

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# Magnetico database migrator
[![pipeline status](https://gitlab.com/skobkin/magnetico-go-migrator/badges/master/pipeline.svg)](https://gitlab.com/skobkin/magnetico-go-migrator/commits/master)
This simple utility will help you to migrate your data from legacy
Python version of `magneticod` to the new Go version which uses new
persistence layer.
## Install
TBW
## Run
TBW