From a4117db3e74f9463cf94b625e8a099ce82063204 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Thu, 20 May 2021 13:02:41 -0400 Subject: [PATCH] add vault install to pipeline --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2374458..ea856db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,8 @@ +image: vault:latest + +variables: + SKIP_SETCAP: 'true' + read_secrets: script: # Check job's ref name