diff options
author | lukefromdc <[email protected]> | 2024-06-18 13:16:00 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2024-06-18 13:16:00 -0400 |
commit | e182420b844fab9ed3c08c734712fb41f424200b (patch) | |
tree | b7fd90dba933024992f79a668314f6c1c83ac716 | |
parent | 39b4e3a38e4799cf56263a9da40006edf2da91a8 (diff) | |
download | mate-panel-e182420b844fab9ed3c08c734712fb41f424200b.tar.bz2 mate-panel-e182420b844fab9ed3c08c734712fb41f424200b.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 |