Skip to content

Commit 44e3638

Browse files
inject env var in makefile for jenkins
1 parent eaf61a2 commit 44e3638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ build: build.api build.migrations build.test
2929

3030
# ----- run tests
3131
test: build.test
32-
cd $(cwd); touch service.log; chmod a+w service.log; docker-compose run -e MFA_GEN_CODE=$MFA_GEN_CODE $(api)-tests;
32+
cd $(cwd); touch service.log; chmod a+w service.log; docker-compose run -e MFA_GEN_CODE=$(MFA_GEN_CODE) $(api)-tests;
3333

3434
# ----- shutdown the currently running services
3535
down:

0 commit comments

Comments
 (0)