Skip to content

Commit

Permalink
Update set-tf-envs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalKalke authored Oct 9, 2024
1 parent 4b493d3 commit dbc3386
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/btp/hack/set-tf-envs.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

echo "$BTP_ENV" > /tmp/.env
export $(cat /tmp/.env | xargs -L 1)
cat /tmp/.env | wc -l
export $(</tmp/.env)
rm /tmp/.env

0 comments on commit dbc3386

Please sign in to comment.