Commit 0fa93f98 authored by John Red Medrano's avatar John Red Medrano

testing

parent 37fbee7b
Pipeline #707 failed with stage
in 49 seconds
...@@ -23,11 +23,7 @@ initial_repo: ...@@ -23,11 +23,7 @@ initial_repo:
- echo "$CI_MERGE_REQUEST_TARGET_BRANCH_NAME" - echo "$CI_MERGE_REQUEST_TARGET_BRANCH_NAME"
- echo "test" - echo "test"
- cp env.new_template.ini env.ini - cp env.new_template.ini env.ini
- cp docker-compose.yml.template docker-compose.yml - python manage.py runserver
- cp Dockerfile.template Dockerfile
- ls
- docker-compose build --build-arg dev
- docker run --name=gitlab_test_from_baseBranch -d --restart=always -p 1010:8000 product-dev python manage.py runserver 0.0.0.0:8000
# include: # include:
......
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 to comment