Skip to content

Commit

Permalink
Merge pull request #61 from wyattfry/patch-1
Browse files Browse the repository at this point in the history
Update set_env_example.sh
  • Loading branch information
katbyte authored Jan 28, 2025
2 parents aed2d43 + d2ca7b2 commit 772761f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/images/set_env_example.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/usr/bin/env bash

export TCTEST_SERVER="ci.katbyte.me"
export TCTEST_BUILDTYPEID="TCBuildTypeId"
export TCTEST_TOKEN="abc123"
export TCTEST_REPO="terraform-providers/terraform-provider-azurerm"

# The build type ID, or build configuration ID, can be found in the Teamcity website, in the URL path after "/buildConfiguration/"
# ie: https://mycompany.teamcity.com/buildConfiguration/<THIS_IS_THE_ID>#all-projects
export TCTEST_BUILDTYPEID="TCBuildTypeId"

0 comments on commit 772761f

Please sign in to comment.