Skip to content

Commit

Permalink
Merge pull request #3498 from hashicorp/f/fixing-data-api-differ-gha
Browse files Browse the repository at this point in the history
automation: fixing the checkout path
  • Loading branch information
tombuildsstuff authored Dec 15, 2023
2 parents 526799e + f951c17 commit 8841f56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ vendor/

# Temp directories
outputs/
pandora-from-main/

# .net binaries
[Dd]ebug/
Expand Down
2 changes: 1 addition & 1 deletion scripts/automation-determine-changes-to-api-definitions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function runStaticIdentifierDetector {
}

function main {
local tempDirectory="${TMPDIR}/pandora-from-main"
local tempDirectory="./pandora-from-main"
local initialApiDefinitionsDirectory="${DIR}/api-definitions"
local updatedApiDefinitionsDirectory="${tempDirectory}/api-definitions"
local outputDirectory="$1"
Expand Down

0 comments on commit 8841f56

Please sign in to comment.