Skip to content

Commit

Permalink
fix(dp): Fix typo in domain-proxy Makefile (magma#13019)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gromowski <tomasz@freedomfi.com>
  • Loading branch information
sklgromek authored and emakeev committed Aug 5, 2022
1 parent f336851 commit ebf963b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 deletions dp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ else
endif

ifdef DP_METRICS
APPEND_METRICS_PROFILE = ,metrics
APPEND_METRICS_PROFILE=,metrics
endif

.PHONY: local
Expand Down 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 ebf963b

Please sign in to comment.