diff options
author | lukefromdc <[email protected]> | 2024-06-05 12:42:08 -0400 |
---|---|---|
committer | Luke from DC <[email protected]> | 2024-06-07 04:19:33 +0000 |
commit | 3d66d85f971d94758fdff080149da00b3efd976f (patch) | |
tree | 518e97d5610d49d288544ed9468f4acc9075ad2d | |
parent | 1e8c08e51ea38d5faec5f352ea5d00c565a0a63d (diff) | |
download | mate-control-center-3d66d85f971d94758fdff080149da00b3efd976f.tar.bz2 mate-control-center-3d66d85f971d94758fdff080149da00b3efd976f.tar.xz |
Fix travis deployment
-rw-r--r-- | .travis.yml | 6 |
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 |