Unverified Commit f53247c9 authored by Jin Hyuk Chang's avatar Jin Hyuk Chang Committed by GitHub

[DPTOOLS-1803] Using conditional deployment via ENVVAR (#8)

parent cd2d94ed
...@@ -3,6 +3,8 @@ matrix: ...@@ -3,6 +3,8 @@ matrix:
- language: python - language: python
python: python:
- '3.6' - '3.6'
env:
- IS_DEPLOYABLE=true
install: install:
- pip3 install -r requirements3.txt - pip3 install -r requirements3.txt
script: script:
...@@ -10,6 +12,8 @@ matrix: ...@@ -10,6 +12,8 @@ matrix:
- language: node_js - language: node_js
node_js: node_js:
- '8' - '8'
env:
- IS_DEPLOYABLE=false
before_install: before_install:
- cd amundsen_application/static - cd amundsen_application/static
install: install:
...@@ -25,4 +29,4 @@ deploy: ...@@ -25,4 +29,4 @@ deploy:
on: on:
tags: true tags: true
repo: lyft/amundsenfrontendlibrary repo: lyft/amundsenfrontendlibrary
language: python condition: $IS_DEPLOYABLE = true
\ No newline at end of file \ 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