Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
amundsen_dev
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Surendar Reddy Mangannagari
amundsen_dev
Commits
f53247c9
Unverified
Commit
f53247c9
authored
Feb 11, 2019
by
Jin Hyuk Chang
Committed by
GitHub
Feb 11, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DPTOOLS-1803] Using conditional deployment via ENVVAR (#8)
parent
cd2d94ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
.travis.yml
.travis.yml
+5
-1
No files found.
.travis.yml
View file @
f53247c9
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment