diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 87a5a2f..c5d9aad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: "go:1" +image: "golang:1-alpine" build: script: diff --git a/README.md b/README.md new file mode 100644 index 0000000..957c432 --- /dev/null +++ b/README.md @@ -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 \ No newline at end of file