Commit 33855414 authored by John Red Medrano's avatar John Red Medrano

Merge branch 'red-develop' into 'new-test'

Red develop

See merge request !30
parents 2646a639 81fea14e
Pipeline #717 canceled with stage
in 1 minute and 50 seconds
...@@ -10,13 +10,13 @@ stages: ...@@ -10,13 +10,13 @@ stages:
# - re-deploy-dev # - re-deploy-dev
# - clean_re-deploy-dev # - clean_re-deploy-dev
all_tests: # all_tests:
stage: all_tests # stage: all_tests
script: # script:
- git clone http://tir:Qwerty1234@54.169.104.100:27015/red/red-ci-cd.git -b new-test # - git clone http://tir:Qwerty1234@54.169.104.100:27015/red/red-ci-cd.git -b new-test
- pip install -r red-ci-cd/requirements/local.txt # - pip install -r red-ci-cd/requirements/local.txt
- echo "test" # - echo "test"
- python3 manage.py test red-ci-cd.test # - python3 manage.py test red-ci-cd.test
...@@ -29,6 +29,7 @@ initial_repo: ...@@ -29,6 +29,7 @@ initial_repo:
- echo "test" - echo "test"
- cp env.new_template.ini env.ini - cp env.new_template.ini env.ini
- pip install -r requirements/local.txt - pip install -r requirements/local.txt
- echo "execute"
- python manage.py runserver - python manage.py runserver
......
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