Commit Graph

188 Commits

Author SHA1 Message Date
5d2a1c1266
slow progress constructing the message 2020-03-09 03:11:31 +01:00
6f8a9a943e
most certainly it's ok now
All checks were successful
continuous-integration/drone/push Build is passing
2020-03-09 03:08:46 +01:00
dc9fc0f5bd
fixing yaml 2020-03-09 03:04:31 +01:00
8df0bde8c8
latest changes attempting to fix yaml errors 2020-03-09 03:00:48 +01:00
07e706efb9
holy unmarshalling 2020-03-09 02:46:49 +01:00
b5f6fc1f5e
attemp to save myself
* yaml still failing on me
2020-03-09 02:37:47 +01:00
565c31f49c
single quotes are life (removing them) 2020-03-09 02:34:01 +01:00
fd52ff1e71
moved on
* now fixing error `yaml: unmarshal errors: line 23: cannot unmarshal !!map into string`
2020-03-09 02:32:49 +01:00
5db7857f3b
alright don't map anything 2020-03-09 02:29:22 +01:00
fbc4145218
yet another attempt to fix screaming yaml
* knowing the error line number does not help atm
2020-03-09 02:26:07 +01:00
77d248c4c8
fixing the remainig pipeline as per b1cf29f54b
* and here I thought I got it
2020-03-09 02:22:13 +01:00
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
0f1c4a9022
ultimate fix 2020-03-09 02:09:03 +01:00
a5199f163c
removed payload newlines, should fix the issue 2020-03-09 02:00:38 +01:00
071d49179e
[wip] fixing webhooks
* move the clone and 'depends on' directives to the end
2020-03-09 01:56:59 +01:00
7f7d71f5d1
[wip] making notifications great again 2020-03-09 01:55:08 +01:00
3ae79955b5
fix: put back the indent and don't prevent cloning 2020-03-09 01:45:48 +01:00
3c5e2ca41a
fix: incorrect yaml syntax 2020-03-09 01:43:10 +01:00
dab19d9f30
updated .drone.yml - sleaker notifications
* use embeds instead of regular messages
2020-03-09 01:36:33 +01:00
f1d076eac1
fix: the package name is openssh
All checks were successful
continuous-integration/drone/push Build is passing
2020-03-08 04:48:49 +01:00
335f6036de
added rsync + ssh and updated README.md
All checks were successful
continuous-integration/drone/push Build is passing
2020-03-08 04:38:57 +01:00
a8f31a9f44
fix: a nice typo
All checks were successful
continuous-integration/drone/push Build is passing
2020-03-08 03:58:19 +01:00
27f9e71597
fix: path issues; should work like this
All checks were successful
continuous-integration/drone/push Build is passing
2020-03-08 03:43:40 +01:00
c9dd2f2e96
use variable for versions, simplify the pipeline
All checks were successful
continuous-integration/drone/push Build is passing
2020-03-08 03:30:24 +01:00
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
7033200711
[WIP] fixing DockerHub build failing
All checks were successful
continuous-integration/drone/push Build is passing
2020-03-04 23:18:55 +01:00
56b9b305af
updated README
* remove the ugly line and add a newline
* [skip ci]
2020-03-04 20:23:48 +01:00
650ca303ce
updated Dockerfile: switched base image
All checks were successful
continuous-integration/drone/push Build is passing
* using [archlinux/base](https://hub.docker.com/r/archlinux/base) instead of just [archlinux](https://hub.docker.com/_/archlinux)
* point to `.git` in docker LABEL
2020-03-04 19:56:34 +01:00
6dad786be7
updated README.md
* [skip ci]
2020-03-04 19:55:51 +01:00
6b773d6dd5
updated Dockerfile and README.md
All checks were successful
continuous-integration/drone/push Build is passing
* point to the github page rather than gitea, as that is what is linked
  to DockerHub
* mention `hugo-extended` in the list
* inform about the image being regularly rebuilt
2020-03-04 19:38:35 +01:00
2336352d7b
updated Dockerfile and set build date using an ARG
All checks were successful
continuous-integration/drone/push Build is passing
2020-03-04 17:09:02 +01:00
d793224172
bumped Hugo version to target the latest - 0.66.0
All checks were successful
continuous-integration/drone/push Build is passing
2020-03-03 23:35:08 +01:00
dd0bd8b2ec
LICENSE: add license
* [skip ci]
2020-03-03 00:14:00 +01:00
4e78f799ea
[skip ci] add correct cronbuild name 2020-03-02 22:31:12 +01:00
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
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
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
29244c0eca
initial commit 2020-03-02 00:42:59 +01:00