Drone + jsonnet apparently requires an extension, so switching back to plain YAML.

This commit is contained in:
Dan Helfman
2019-05-20 17:30:07 -07:00
parent 31ae1013d7
commit f5a70dc2a5
2 changed files with 53 additions and 23 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/bin/bash
# This script is intended to be run from the continuous integration build
# server, and not on a developer machine. For that, see:
# https://torsion.org/borgmatic/docs/how-to/develop-on-borgmatic/
set -e
python -m pip install --upgrade pip==19.1.1
pip install tox==3.10.0
tox
apk add --no-cache borgbackup
tox -e end-to-end