diff --git a/Jenkinsfile b/Jenkinsfile index 8fcb867..4be4384 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { checkout scm script { docker.image("golang:1.14-alpine").inside { - sh "apk add --no-cache protobuf-dev" + sh "apk add --no-cache protobuf-dev bash" sh "go get -u github.com/golang/protobuf/protoc-gen-go" sh "./test.sh" } diff --git a/test.sh b/test.sh index 1e5771d..e5fa777 100755 --- a/test.sh +++ b/test.sh @@ -1,3 +1,4 @@ +#!/bin/bash set -Eeuxo pipefail # ./tdb/stringy