summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2024-06-05 12:42:08 -0400
committerlukefromdc <[email protected]>2024-06-07 01:26:44 -0400
commitc554dcdbf818faf845d41bcd2287871991b05051 (patch)
tree6e8a8e7a0ea001bb3bc606355f7858555b2114b6
parentd39afc2200d159ce17741f310b8b5e4d51344edb (diff)
downloadmate-control-center-c554dcdbf818faf845d41bcd2287871991b05051.tar.bz2
mate-control-center-c554dcdbf818faf845d41bcd2287871991b05051.tar.xz
Fix travis deployment1.28
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index a8dc5a32..95209182 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