add context to install

This commit is contained in:
2022-11-15 19:29:49 -06:00
parent ebb9dc1b3e
commit d908be7a9a

View File

@ -27,6 +27,7 @@ workflows:
- setup-job: - setup-job:
context: [ qqq-maven-registry-credentials ] context: [ qqq-maven-registry-credentials ]
- cypress/install: - cypress/install:
context: [ qqq-maven-registry-credentials ]
requires: requires:
- setup-job - setup-job
build: 'npm run build' # run a custom app build step build: 'npm run build' # run a custom app build step