Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/sebastian/prod-2721-think-up-a-t…
Browse files Browse the repository at this point in the history
…est-strategy-for-plural-up' into sebastian/prod-2721-think-up-a-test-strategy-for-plural-up
  • Loading branch information
maciaszczykm committed Nov 27, 2024
2 parents 472d1da + 610af77 commit 65ebbd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,9 @@ jobs:
with:
method: files.uploadV2
token: ${{ secrets.SLACK_BOT_TOKEN }}
# ${{ secrets.SLACK_CHANNEL_ID }}
payload: |
{
"channel": "C082X869RU1" ,
"channel_id": "${{ secrets.SLACK_CHANNEL_ID }}" ,
"initial_comment": "Google e2e test has failed. Here are the generated files.",
"file_uploads": [
{
Expand Down
1 change: 1 addition & 0 deletions pkg/up/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ func (tf *terraformCmd) outputs() (map[string]Output, error) {

func (tf *terraformCmd) run() (err error) {
for tf.retries >= 0 {
fmt.Println(tf.dir, tf.cmd, tf.args)
args := append([]string{tf.cmd}, tf.args...)
cmd := exec.Command("terraform", args...)
cmd.Dir = tf.dir
Expand Down

0 comments on commit 65ebbd5

Please sign in to comment.