Skip to content

Commit

Permalink
nit: Correct typo in Makefile help output
Browse files Browse the repository at this point in the history
  • Loading branch information
cjeanner authored and openshift-merge-bot[bot] committed Sep 5, 2024
1 parent a666242 commit 8215350
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 @@ -191,7 +191,7 @@ run_ctx_ansible_test: ci_ctx ## Run molecule check in a container

.PHONY: run_ctx_architecture_test
run_ctx_architecture_test: export _DIR="${HOME}/ci-framework-data/validate-${SCENARIO_NAME}"
run_ctx_architecture_test: ## Run architecture_test in a container. You can pass any ansible-playbook options using ANSIBLE_OPTS. Mandatory options are SCENARIO_NAME (such as hci), ARCH_REPO (architecture repository path) and NET_ENV_VILE (usually ./ci/playbooks/files/networking-env-definition.yml). Since this is running in container, be sure to prefix the paths with either "./" or "../" for relative paths.
run_ctx_architecture_test: ## Run architecture_test in a container. You can pass any ansible-playbook options using ANSIBLE_OPTS. Mandatory options are SCENARIO_NAME (such as hci), ARCH_REPO (architecture repository path) and NET_ENV_FILE (usually ./ci/playbooks/files/networking-env-definition.yml). Since this is running in container, be sure to prefix the paths with either "./" or "../" for relative paths.
$(call check-var-defined,SCENARIO_NAME)
$(call check-var-defined,ARCH_REPO)
$(call check-var-defined,NET_ENV_FILE)
Expand Down

0 comments on commit 8215350

Please sign in to comment.