enterprise-2.2 s3 asset url added (#203)

* s3 asset url added

* fix build error

* update email template

* s3 url read from config

* remove unsubscribe

Co-authored-by: Tahsin Hasan <tahsin352@yahoo.com>

Tahsin Hasan avatar Tahsin Hasan

Push event #1439.1 passed

  • Ran for
AMD64
no language set
Git
travis-ci/travis-tasks:.travis.yml@70b8d0c
language: ruby

rvm: 2.4.2

sudo: false

cache: bundler

script: bundle exec rspec -fs --color --order rand spec

notifications:
  webhooks: http://requestb.in/14h19sy1
Build Config
{
  "os": [
    "linux"
  ],
  "rvm": [
    "2.4.2"
  ],
  "sudo": false,
  "cache": {
    "bundler": true
  },
  "script": [
    "bundle exec rspec -fs --color --order rand spec"
  ],
  "language": "ruby",
  "notifications": {
    "webhooks": [
      {
        "urls": [
          "http://requestb.in/14h19sy1"
        ]
      }
    ]
  }
}