Commit f7a6a17f by Chif Gergő

Always copy env file

parent b0401ec4
Pipeline #1194 failed with stage
in 9 seconds
image: python:3.6 image: python:3.6
before_script: before_script:
- mv .env.example .env
- git submodule sync --recursive - git submodule sync --recursive
- git submodule update --init --recursive - git submodule update --init --recursive
...@@ -11,7 +12,6 @@ flake8: ...@@ -11,7 +12,6 @@ flake8:
build-local: build-local:
script: script:
- mv .env.example .env
- docker build --tag recircle-backend:1.0 . - docker build --tag recircle-backend:1.0 .
test: test:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment