diff options
author | lukefromdc <[email protected]> | 2024-06-18 13:16:00 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2024-06-18 14:45:52 -0400 |
commit | c1ee68665e937a380422e05fb1f10b77aaa1f3e7 (patch) | |
tree | 9166265569f09bb05ff9f289f542e120ed068f0b | |
parent | c365f4419b9ea9d00f7fb120afca3bdf50a8c821 (diff) | |
download | mate-panel-c1ee68665e937a380422e05fb1f10b77aaa1f3e7.tar.bz2 mate-panel-c1ee68665e937a380422e05fb1f10b77aaa1f3e7.tar.xz |
Fix travis deploy
-rw-r--r-- | .travis.yml | 6 |
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 |