Skip to content

Commit

Permalink
Fix verification target
Browse files Browse the repository at this point in the history
  • Loading branch information
zedr committed Nov 7, 2021
1 parent 12055fd commit 52dd574
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 @@ converge: ${MOLECULE}
verify: ${MOLECULE}
@echo "Running Molecule converge using libvirt..." >&2
@echo "Using scenario '${MOLECULE_SCENARIO}'"
@${IN_ENV} cd roles/gitlab_runner/ ; molecule verify ${MOLECULE_ARGS}
@${IN_ENV} cd roles/gitlab_runner/ ; molecule verify -s ${MOLECULE_SCENARIO}

destroy: ${MOLECULE}
@echo "Running Molecule converge using libvirt..." >&2
Expand Down

0 comments on commit 52dd574

Please sign in to comment.