diff options
author | lukefromdc <[email protected]> | 2024-06-18 17:03:29 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2024-06-18 17:03:29 -0400 |
commit | feec46837ff27dc3ec2e3b98c6b2a9537b631c54 (patch) | |
tree | 8f3a95143b8d3485c003bdcdf65c77487324f6c3 | |
parent | 2d3cec67ab41e70479d75beb5f884e1a4551ea92 (diff) | |
download | marco-feec46837ff27dc3ec2e3b98c6b2a9537b631c54.tar.bz2 marco-feec46837ff27dc3ec2e3b98c6b2a9537b631c54.tar.xz |
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 5965c864..7f64b124 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 |