Skip to content

Commit

Permalink
add job to validate agent build
Browse files Browse the repository at this point in the history
  • Loading branch information
iliakur committed Dec 18, 2024
1 parent a70a656 commit f267895
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitlab/build_agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,9 @@ build-agent-manual:
- if: $CI_COMMIT_BRANCH =~ "/^7.\d+.x$/"
variables:
_AGENT_BRANCH: ${CI_COMMIT_BRANCH}

validate-agent-build:
stage: validate
when: always
script:
- echo "success"

0 comments on commit f267895

Please sign in to comment.