diff --git a/.circleci/config.yml b/.circleci/config.yml index 3e7638e3..a244b41a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,6 +31,10 @@ commands: - restore_cache: keys: - v1-dependencies-{{ checksum "pom.xml" }} + - run: + name: Write .env + command: | + echo "RDBMS_PASSWORD=$RDBMS_PASSWORD" >> .env - run: name: Run Maven Verify command: | @@ -99,7 +103,7 @@ workflows: test_only: jobs: - mvn_test: - context: [ qqq-maven-registry-credentials, kingsrook-slack ] + context: [ qqq-maven-registry-credentials, kingsrook-slack, build-qqq-sample-app ] filters: branches: ignore: /dev/ @@ -109,7 +113,7 @@ workflows: deploy: jobs: - mvn_deploy: - context: [ qqq-maven-registry-credentials, kingsrook-slack ] + context: [ qqq-maven-registry-credentials, kingsrook-slack, build-qqq-sample-app ] filters: branches: only: /dev/