Fixing wrong Docker image name in .gitlab-ci.yml. Also adding README.md for future use.
This commit is contained in:
parent
914d692b3a
commit
f272887895
|
@ -1,4 +1,4 @@
|
|||
image: "go:1"
|
||||
image: "golang:1-alpine"
|
||||
|
||||
build:
|
||||
script:
|
||||
|
|
15
README.md
Normal file
15
README.md
Normal 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
|
Reference in a new issue