Code Monkey home page Code Monkey logo

Comments (6)

bastion avatar bastion commented on May 18, 2024

Thank you for opening this issue. A maintainer will get by as soon as possible to address this issue.
Since this is your first issue in this repository, please make sure to follow the issue template and provide as much detail as possible.

from travis-ci-discord-webhook.

iamtraction avatar iamtraction commented on May 18, 2024

Click on the embed title and it'll redirect you to the build for which the notification was sent. And see if they redirect correctly or not.

from travis-ci-discord-webhook.

axelvaindal avatar axelvaindal commented on May 18, 2024

Weirdly enough, it seems one notification is from travis-ci.org and another is from travis-ci.com, do you know anything about that ?

from travis-ci-discord-webhook.

iamtraction avatar iamtraction commented on May 18, 2024

You've probably set it to run in two different places.

from travis-ci-discord-webhook.

axelvaindal avatar axelvaindal commented on May 18, 2024

I'm only using what you proposed in your README.md :

after_success:
  - wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh
  - chmod +x send.sh
  - ./send.sh success $WEBHOOK_URL
after_failure:
  - wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh
  - chmod +x send.sh
  - ./send.sh failure $WEBHOOK_URL

However, it does seem like travis-ci.org was the old DNS used by the travis team to build public repository, and it will be removed someday to only use travis-ci.com.
Due to this, any push done to a public repository with travis configuration on seems to be pushed both on travis-ci.com and travis-ci.org , thus the script being executed twice.
Do you have any public repository running travis on which you can confirm this behavior ?

from travis-ci-discord-webhook.

iamtraction avatar iamtraction commented on May 18, 2024

No, that's not what it is. I've my builds running on .org and that's not causing this issue. You've probably connected your repository both in .org and .com. You need to disconnect/remove it from one of them.

from travis-ci-discord-webhook.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.