From 6e284b2bdcbd9937ae74aa925634f097431c2c26 Mon Sep 17 00:00:00 2001 From: Murtaza Khan <104836571+murtaza-swati@users.noreply.github.com> Date: Mon, 12 Aug 2024 16:31:10 +0500 Subject: [PATCH] [Hotfix] [fix ci] - update DPL version to latest for deploy phase (#2135) * fix ci - update dpl version to latest for deploy phase * ci: use new syntax --------- Co-authored-by: Dominik --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 44d72de50f..597ab217f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -75,5 +75,5 @@ deploy: branch: master condition: $INTEGRATION_SPECS == 1 repo: travis-ci/travis-build - edge: - branch: v2.0.3-beta.4 + dpl_version: 2.0.5.beta.1 + edge: true