Skip to content

Commit

Permalink
outputpath test
Browse files Browse the repository at this point in the history
  • Loading branch information
BBBmau committed Mar 11, 2024
1 parent 9314bbf commit e38becc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/actions/build-downstream/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ runs:
function clone_repo() {
export OUTPUT_PATH=$GOPATH/src/github.com/$UPSTREAM_OWNER/$GH_REPO
echo $OUTPUT_PATH >> $GITHUB_ENV
GITHUB_PATH=https://x-access-token:[email protected]/$UPSTREAM_OWNER/$GH_REPO
mkdir -p "$(dirname $OUTPUT_PATH)"
git clone $GITHUB_PATH $OUTPUT_PATH --branch $BASE_BRANCH
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/teamcity-services-diff-check-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
with:
repo: 'terraform-provider-google'
token: '$GITHUB_TOKEN'
- run: export GOOGLE_REPO_PATH=$OUTPUT_PATH
- run: export GOOGLE_REPO_PATH=${{ env.OUTPUT_PATH}}
- name: TeamCity Google Beta Provider Generate
uses: ./.github/actions/build-downstream
with:
repo: 'terraform-provider-google-beta'
token: '$GITHUB_TOKEN'
- run: export GOOGLE_BETA_REPO_PATH=$OUTPUT_PATH
- run: export GOOGLE_BETA_REPO_PATH=${{ env.OUTPUT_PATH}}
- name: Check that new services have been added to the TeamCity configuration code
run: |
# Create lists of service packages in providers
Expand Down

0 comments on commit e38becc

Please sign in to comment.