From 73fee88fbde047790f3e9961a9cd0414512fbb44 Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Tue, 26 Nov 2024 22:56:27 -0500 Subject: ci: fix known "edge" deployment issue --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 81711b3..fcf78cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,8 @@ before_deploy: deploy: - provider: pages - edge: true + edge: + branch: v2.0.5 token: $GITHUB_TOKEN keep_history: false committer_from_gh: true @@ -59,7 +60,8 @@ deploy: all_branches: true condition: ${DISTRO} =~ ^fedora.*$ - provider: script - edge: true + edge: + branch: v2.0.5 script: ./docker-build --verbose --config .build.yml --release github on: tags: true -- cgit v1.2.1