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
...@@ -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