diff options
author | lukefromdc <[email protected]> | 2024-11-26 22:56:27 -0500 |
---|---|---|
committer | lukefromdc <[email protected]> | 2024-11-26 22:56:27 -0500 |
commit | 73fee88fbde047790f3e9961a9cd0414512fbb44 (patch) | |
tree | 51f3805e2ee6cef572c7b235a3e935b4b2064c53 | |
parent | 2c50a0919d735daffb6b0259180a29e7831d4083 (diff) | |
download | mate-notification-daemon-73fee88fbde047790f3e9961a9cd0414512fbb44.tar.bz2 mate-notification-daemon-73fee88fbde047790f3e9961a9cd0414512fbb44.tar.xz |
ci: fix known "edge" deployment issue
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 81711b3..fcf78cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,8 @@ before_deploy: deploy: - provider: pages - edge: true + edge: + branch: v2.0.5 token: $GITHUB_TOKEN keep_history: false committer_from_gh: true @@ -59,7 +60,8 @@ deploy: all_branches: true condition: ${DISTRO} =~ ^fedora.*$ - provider: script - edge: true + edge: + branch: v2.0.5 script: ./docker-build --verbose --config .build.yml --release github on: tags: true |