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