From b84a6048e8adb8148a4c123af8a16f4bed887806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20G=C3=A5rd?= Date: Thu, 31 Oct 2019 16:00:49 +0100 Subject: [PATCH] KAIZEN-0 Bump pus-orb --- .circleci/config.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4c7912a2..91a82592 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ version: 2.1 orbs: - pus: navikt/pus-orb@0.0.32 + pus: navikt/pus-orb@0.0.36 workflows: version: 2 @@ -13,8 +13,7 @@ workflows: ignore: master - pus/bygg-og-deploy-frontend: context: pus - cluster: dev-fss - filepath: ./nais-q.yaml + filepath: nais-q.yaml filters: branches: only: master @@ -29,8 +28,7 @@ workflows: requires: - prodsett context: pus - cluster: prod-fss - filepath: ./nais.yaml + filepath: nais.yaml filters: branches: only: master