From f2728878957c39abb02e36ebbe1582a987f1f4e4 Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Thu, 3 Oct 2019 01:19:02 +0300 Subject: [PATCH] Fixing wrong Docker image name in .gitlab-ci.yml. Also adding README.md for future use. --- .gitlab-ci.yml | 2 +- README.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 README.md 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