Commit Graph

63 Commits

Author SHA1 Message Date
surtur b1cf29f54b
fix yaml error + only grab substring of commit SHA
* `yaml: line 20: mapping values are not allowed in this context` - that
  is line 20 since the beginning of the current pipeline; to (hopefully)
  fix it all drone strings had to be escaped
* use `${DRONE_COMMIT_SHA:0:8}` to grab only a subset of chars
2020-03-09 02:15:46 +01:00
surtur 0f1c4a9022
ultimate fix 2020-03-09 02:09:03 +01:00
surtur a5199f163c
removed payload newlines, should fix the issue 2020-03-09 02:00:38 +01:00
surtur 071d49179e
[wip] fixing webhooks
* move the clone and 'depends on' directives to the end
2020-03-09 01:56:59 +01:00
surtur 7f7d71f5d1
[wip] making notifications great again 2020-03-09 01:55:08 +01:00
surtur 3ae79955b5
fix: put back the indent and don't prevent cloning 2020-03-09 01:45:48 +01:00
surtur 3c5e2ca41a
fix: incorrect yaml syntax 2020-03-09 01:43:10 +01:00
surtur dab19d9f30
updated .drone.yml - sleaker notifications
* use embeds instead of regular messages
2020-03-09 01:36:33 +01:00
surtur 6d5609dae9
refactored Dockerfile + silenced curl
All checks were successful
continuous-integration/drone/push Build is passing
* no more progress bar y'all
2020-03-05 00:17:19 +01:00
surtur 4e78f799ea
[skip ci] add correct cronbuild name 2020-03-02 22:31:12 +01:00
surtur e9c195936e
adding discord webhook for cronbuilds on drone
All checks were successful
continuous-integration/drone/push Build is passing
2020-03-02 22:11:33 +01:00
surtur c720c27169
adding discord webhook to drone
All checks were successful
continuous-integration/drone/push Build is passing
2020-03-02 20:43:23 +01:00
surtur 018f958821
added .drone.yml + markdown build status badge
All checks were successful
continuous-integration/drone/push Build is passing
2020-03-02 02:35:07 +01:00