summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2024-06-18 13:16:00 -0400
committerlukefromdc <[email protected]>2024-06-18 13:16:00 -0400
commite182420b844fab9ed3c08c734712fb41f424200b (patch)
treeb7fd90dba933024992f79a668314f6c1c83ac716
parent39b4e3a38e4799cf56263a9da40006edf2da91a8 (diff)
downloadmate-panel-e182420b844fab9ed3c08c734712fb41f424200b.tar.bz2
mate-panel-e182420b844fab9ed3c08c734712fb41f424200b.tar.xz
Fix travis deploy
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index cd82a933..88c3a2e5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,7 +40,8 @@ notifications:
deploy:
- provider: pages
- edge: true
+ edge:
+ branch: v2.0.3-beta.4
token: $GITHUB_TOKEN
keep_history: false
committer_from_gh: true
@@ -51,7 +52,8 @@ deploy:
all_branches: true
condition: ${DISTRO} =~ ^fedora.*$
- provider: script
- edge: true
+ edge:
+ branch: v2.0.3-beta.4
script: ./docker-build --verbose --config .build.yml --release github
on:
tags: true