diff options
author | raveit65 <[email protected]> | 2023-05-13 11:33:37 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-05-13 11:33:37 +0200 |
commit | 484d8fa3eeb20b22162c0c7d907f746fdc727bcd (patch) | |
tree | 21ed6014735cb522c0a1b06375a96ebba0438ba0 /.travis.yml | |
parent | f0e12b5ed6c289dabd05cca16f7eb21c76a20809 (diff) | |
download | mate-user-guide-484d8fa3eeb20b22162c0c7d907f746fdc727bcd.tar.bz2 mate-user-guide-484d8fa3eeb20b22162c0c7d907f746fdc727bcd.tar.xz |
CI: update configuration for stabel branch
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/.travis.yml b/.travis.yml index a05f917..cd3c111 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,17 +37,6 @@ notifications: on_failure: always deploy: - - provider: pages - edge: true - token: $GITHUB_TOKEN - keep_history: false - committer_from_gh: true - target_branch: gh-pages - local_dir: help-html - strategy: git - on: - all_branches: true - condition: ${DISTRO} =~ ^fedora.*$ - provider: script edge: true script: ./docker-build --verbose --config .build.yml --release github @@ -55,17 +44,6 @@ deploy: tags: true condition: "${TRAVIS_TAG} =~ ^v.*$ && ${DISTRO} =~ ^fedora.*$" -after_success: - - 'if [[ "$TRAVIS_SECURE_ENV_VARS" == "true" && "$TRAVIS_PULL_REQUEST" != "false" && ${DISTRO} =~ ^fedora.*$ ]]; then - REPO_SLUG_ARRAY=(${TRAVIS_REPO_SLUG//\// }); - REPO_NAME=${REPO_SLUG_ARRAY[1]}; - URL="https://${REPO_NAME}.mate-desktop.dev"; - COMMENT="help pages deployed"; - curl -H "Authorization: token $GITHUB_TOKEN" -X POST - -d "{\"state\": \"success\", \"description\": \"$COMMENT\", \"context\":\"scan-build\", \"target_url\": \"$URL\"}" - https://api.github.com/repos/${TRAVIS_REPO_SLUG}/statuses/${TRAVIS_PULL_REQUEST_SHA}; - fi' - env: # - DISTRO="archlinux:latest" - DISTRO="debian:testing" |