Skip to content

Commit

Permalink
Merge pull request #136 from lsst-dm/u/echarles/makefile_workder_usdf…
Browse files Browse the repository at this point in the history
…_dev

Two line fix to makefile for run-worker-usdf-dev target
  • Loading branch information
eacharles authored Nov 19, 2024
2 parents 2a7477c + 8c4b2ce commit 3b4f202
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ run-worker-usdf-dev: CM_DATABASE_HOST=$(shell kubectl --cluster=usdf-cm-dev -n c
run-worker-usdf-dev: export CM_DATABASE_URL=postgresql://cm-service@${CM_DATABASE_HOST}:5432/cm-service
run-worker-usdf-dev: export CM_DATABASE_PASSWORD=$(shell kubectl --cluster=usdf-cm-dev -n cm-service get secret/cm-pg-app -o jsonpath='{.data.password}' | base64 --decode)
run-worker-usdf-dev: export CM_DATABASE_ECHO=true
run-worker-usdf-dev: run-compose
cm-service init
run-worker-usdf-dev:
cm-worker

.PHONY: run-usdf-dev
Expand Down

0 comments on commit 3b4f202

Please sign in to comment.