From d908be7a9aff61a07a7a9574a4a698c13103b8af Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Tue, 15 Nov 2022 19:29:49 -0600 Subject: [PATCH] add context to install --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a4b56e4..826c3aa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -25,8 +25,9 @@ workflows: build: jobs: - setup-job: - context: [ qqq-maven-registry-credentials ] + context: [ qqq-maven-registry-credentials ] - cypress/install: + context: [ qqq-maven-registry-credentials ] requires: - setup-job build: 'npm run build' # run a custom app build step