Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RavinderReddyF5 authored Nov 27, 2024
1 parent 8258100 commit 86704cc
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ before_deploy:
- gem install bundler
- gem install uri
- gem install logger
- gem install faraday-net_http -v 3.0.2
- gem install faraday-net_http -v 3.3.0

deploy:
- provider: releases
Expand All @@ -99,13 +99,14 @@ deploy:
# python: 2.7
# skip_cleanup: true

- provider: script
skip_cleanup: true
on:
all_branches: true
repo: F5Networks/f5-openstack-agent
tags: true
# script: rvm $(travis_internal_ruby) --fuzzy do ruby -S gem install dpl -v 'dpl-1.10.16'
# - provider: script
# skip_cleanup: true
# on:
# all_branches: true
# repo: F5Networks/f5-openstack-agent
# tags: true
# script: echo $CTLR_VERSION
# rvm $(travis_internal_ruby) --fuzzy do ruby -S gem install dpl -v 'dpl-1.10.16'
# ./docs/scripts/docker-docs.sh ./docs/scripts/test-docs.sh && ./docs/scripts/deploy-docs.sh publish-product-docs-to-prod openstack/agent $CTLR_VERSION
# - ./docs/scripts/docker-docs.sh ./docs/scripts/test-docs.sh && ./docs/scripts/deploy-docs.sh publish-product-docs-to-prod openstack/agent $CTLR_VERSION

Expand Down

0 comments on commit 86704cc

Please sign in to comment.