Skip to content

Commit

Permalink
fix(pipeline): Update Makefile to specify environment correctly (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarcella authored Jul 5, 2024
1 parent e5cff5b commit 37143a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ test-scenario:
ifeq ($(SUBSCRIPTION), 00000000-0000-0000-0000-000000000000)
$(IE_BINARY) test $(SCENARIO) --working-directory $(WORKING_DIRECTORY) --environment $(ENVIRONMENT)
else
$(IE_BINARY) test $(SCENARIO) --subscription $(SUBSCRIPTION) --working-directory $(WORKING_DIRECTORY) --enviroment $(ENVIRONMENT)
$(IE_BINARY) test $(SCENARIO) --subscription $(SUBSCRIPTION) --working-directory $(WORKING_DIRECTORY) --environment $(ENVIRONMENT)
endif

test-scenarios:
Expand Down

0 comments on commit 37143a8

Please sign in to comment.