Skip to content

Commit

Permalink
Add execution of Makefile target deploy-integ to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
janboll committed Sep 6, 2024
1 parent c7e65f4 commit a3f06fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cs-integration-env-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,11 @@
run: |
cd maestro/
make register-agent

Check failure on line 293 in .github/workflows/cs-integration-env-cd.yml

View workflow job for this annotation

GitHub Actions / mega-linter-yaml

293:1 [trailing-spaces] trailing spaces
- name: 'Deploy Cluster Service Namespace Management'
run: |
cd cluster-service/
make deploy-integ
deploy_to_management_cluster:
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
Expand Down

0 comments on commit a3f06fd

Please sign in to comment.