Skip to content

Commit

Permalink
fix(dp): Fix typo in domain-proxy Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gromowski <tomasz@freedomfi.com>
  • Loading branch information
sklgromek committed Jun 18, 2022
1 parent 9d3978d commit e94ed4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dp-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on: # yamllint disable-line rule:truthy
branches:
- master
- 'v1.*'
pull_request_target:
pull_request:
branches:
- master
- 'v1.*'
Expand Down
2 changes: 1 addition & 1 deletion dp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ _ci_integration_tests_no_orc8r: _install_skaffold_ci

.PHONY: _ci_integration_tests_orc8r
_ci_integration_tests_orc8r: _install_skaffold_ci
skaffold run -p orc8r-deployment,integration-tests-no-orc8,integration-tests-orc8r-only,$(APPEND_METRICS_PROFILE)
skaffold run -p orc8r-deployment,integration-tests-no-orc8,integration-tests-orc8r-only$(APPEND_METRICS_PROFILE)
kubectl logs test-runner-orc8r --timestamps=true -f | tee /tmp/integration-tests-results/$@.txt
@set -e;\
sleep 2;\
Expand Down

0 comments on commit e94ed4a

Please sign in to comment.