Skip to content

Commit

Permalink
meep
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottSuarez committed Oct 28, 2023
1 parent f72e753 commit c53d033
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
build-downstreams:
name: ${{ matrix.owner-repo }}-${{ matrix.branch }}
strategy:
fail-fast: false
matrix:
owner-repo: ['hashicorp/terraform-provider-google', 'hashicorp/terraform-provider-google-beta', 'GoogleCloudPlatform/terraform-google-conversion', 'GoogleCloudPlatform/docs-examples']
branch: ['base-branch-name', 'new-branch-name'] # You will need to specify your base and new branch names here
Expand Down Expand Up @@ -69,7 +70,7 @@ jobs:
export GOPATH=~/go
OWNER_REPO="${{ matrix.owner-repo }}"
UPSTREAM_OWNER=$(echo "${OWNER_REPO}" | sed 's/\/.*//')
REPO_NAME=$(echo "${OWNER_REPO}" | sed 's/.*\///')
GH_REPO=$(echo "${OWNER_REPO}" | sed 's/.*\///')
if [ "$GH_REPO" == "docs-examples" ] && [ "$BASE_BRANCH" == "main" ]; then
Expand Down

0 comments on commit c53d033

Please sign in to comment.