diff options
author | lukefromdc <[email protected]> | 2024-11-07 04:08:24 -0500 |
---|---|---|
committer | lukefromdc <[email protected]> | 2024-11-07 04:20:33 -0500 |
commit | 0a168a106f167dd43d10990662a6fbcbdd2ce4eb (patch) | |
tree | b122dee34c53d5f134412ce488d577938a8046cf | |
parent | 75d787ad2a8ced36e0dac1d956b9465750c536af (diff) | |
download | caja-0a168a106f167dd43d10990662a6fbcbdd2ce4eb.tar.bz2 caja-0a168a106f167dd43d10990662a6fbcbdd2ce4eb.tar.xz |
ci: fix typo1.28
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 0d9dd451..63a13ccd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,7 @@ before_deploy: deploy: - provider: pages edge: - branch: v2.0.5 + branch: v2.0.5 token: $GITHUB_TOKEN keep_history: false committer_from_gh: true @@ -60,7 +60,7 @@ deploy: condition: ${DISTRO} =~ ^fedora.*$ - provider: script edge: - branch: v2.0.5 + branch: v2.0.5 script: ./docker-build --verbose --config .build.yml --release github on: tags: true |