summaryrefslogtreecommitdiff
path: root/.pipeline
diff options
context:
space:
mode:
authorTyler Cipriani <tcipriani@wikimedia.org>2018-11-02 09:40:58 -0600
committerTyler Cipriani <tcipriani@wikimedia.org>2018-12-10 17:33:15 -0700
commit56e830f6417fe1ebda1bdc2cf7810dcccd9a7da6 (patch)
treea081badcc905a516c3421f9534555fe916b961e3 /.pipeline
parent6597c943b6af809cc30e80070ad42953cab05dc4 (diff)
downloadblubber-56e830f6417fe1ebda1bdc2cf7810dcccd9a7da6.tar.gz
Use JSON as canonical config format
Uses the github.com/ghodss/yaml library to convert YAML to JSON before unmarshaling for the purposes of supporting YAML and JSON input while converting to only support JSON internally. Bug: T207694 Change-Id: I00668014907e9ea54917f5d5067cac08d0668053
Diffstat (limited to '.pipeline')
-rw-r--r--.pipeline/blubber.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pipeline/blubber.yaml b/.pipeline/blubber.yaml
index 81efaf6..ebf374d 100644
--- a/.pipeline/blubber.yaml
+++ b/.pipeline/blubber.yaml
@@ -5,7 +5,7 @@ lives:
variants:
build:
- base: golang:1.9-stretch
+ base: golang:1.10-stretch
test:
includes: [build]
runs: { insecurely: true }