Unverified Commit 7ad9845f authored by Diksha Thakur's avatar Diksha Thakur Committed by GitHub

Updated travis file (#564)

Signed-off-by: 's avatardikshathakur3119 <dikshathakur@lyft.com>
parent 0418b964
...@@ -31,7 +31,7 @@ matrix: ...@@ -31,7 +31,7 @@ matrix:
after_success: after_success:
- codecov - codecov
before_deploy: before_deploy:
- python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)" - python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)"
deploy: deploy:
- provider: pypi - provider: pypi
user: amundsen-dev user: amundsen-dev
...@@ -41,14 +41,14 @@ deploy: ...@@ -41,14 +41,14 @@ deploy:
skip_existing: true skip_existing: true
on: on:
tags: true tags: true
repo: lyft/amundsenfrontendlibrary repo: amundsen-io/amundsenfrontendlibrary
condition: "$IS_DEPLOYABLE = true" condition: "$IS_DEPLOYABLE = true"
- provider: script - provider: script
script: docker login -u amundsendev -p $DOCKER_LOGIN_PASSWORD && make build-push-image script: docker login -u amundsendev -p $DOCKER_LOGIN_PASSWORD && make build-push-image
on: on:
branch: master branch: master
tags: true tags: true
repo: lyft/amundsenfrontendlibrary repo: amundsen-io/amundsenfrontendlibrary
condition: "$IS_DEPLOYABLE = true" condition: "$IS_DEPLOYABLE = true"
env: env:
global: global:
......
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