Skip to content

Merge pull request #39879 from hashicorp/td-transparent-tags-framewor… #5417

Merge pull request #39879 from hashicorp/td-transparent-tags-framewor…

Merge pull request #39879 from hashicorp/td-transparent-tags-framewor… #5417

Workflow file for this run

name: TeamCity Config Generator
on:
push:
branches:
- main
- "release/**"
pull_request:
paths:
- .teamcity/**
jobs:
validate-teamcity-config:
name: Validate TeamCity Configuration
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
with:
distribution: adopt
java-version: 17
cache: maven
- name: Build TeamCity Configuration
run: |
cd .teamcity
make tools
make validate