Skip to content

Commit

Permalink
empty token test
Browse files Browse the repository at this point in the history
  • Loading branch information
bczoma committed Jun 20, 2024
1 parent 6c67ea0 commit 1adf2a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/module-test-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
export PRIVATE_PROVIDER_VERSION=""
if [ -n "$PRIVATE_PROVIDER_VERSION" ]; then
echo "Using private provider version $PRIVATE_PROVIDER_VERSION"
terraform init -upgrade -reconfigure -plugin-dir=terraform.d/plugins -get-plugins=false
}
grep -rl 'source = "' . | xargs sed -i 's@source = ".*$@source = "app.terraform.io/SolaceDev/solacebroker"@g'
grep -rl 'version = "' . | xargs sed -i 's@ version = ".*$@ version = "${PRIVATE_PROVIDER_VERSION}"@g'
fi
- name: Test module from template on test broker
run: |
Expand Down

0 comments on commit 1adf2a3

Please sign in to comment.