Commit 5df05836 authored by Syed Bilal Raees's avatar Syed Bilal Raees

indentation in yaml

parent 9fded860
Pipeline #2075 passed with stage
in 11 seconds
...@@ -44,9 +44,8 @@ ...@@ -44,9 +44,8 @@
# name: staging # name: staging
# url : http://localhost/test # url : http://localhost/test
#build_app: #build_app:
job1: job1:
image:
name: python:3.6
before_script: before_script:
- python3 -V - python3 -V
...@@ -57,20 +56,22 @@ job1: ...@@ -57,20 +56,22 @@ job1:
- pwd - pwd
# - whoami # - whoami
stages: #stages:
- production # - production
- development # - development
production: #production:
stage: production # stage: production
image: python:3.6
script: script:
- pip install Flask - pip install Flask
- sudo systemctl start python.service - sudo systemctl start python.service
only: only:
- master - master
development: # development:
stage: development # stage: development
image: python:3.6
script: script:
- pip install Flask - pip install Flask
# - echo $PATH # - echo $PATH
......
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