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

Update .gitlab-ci.yml

parent 35a675f1
Pipeline #452 failed with stages
in 1 minute and 23 seconds
image: python:3.7.4
stages:
- all_tests
- build
- release
all_tests:
stage: all_tests
script:
- 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
- python3 manage.py test red-ci-cd.test
\ No newline at end of file
- python3 manage.py test red-ci-cd.test
build:
stage: build
when: on_failure
script:
- echo "wow"
release:
stage: release
when: on_success
script:
- echo "release"
\ No newline at end of file
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