Skip to content

Commit f885be7

Browse files
committed
Roll back secret sourcing to fix CI pipeline
1 parent a2e39df commit f885be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $(BINARY_NAME):
2121
go build -v -o $(BINARY_NAME)
2222

2323
testacc:
24-
TF_ACC=1 source secrets.env && go test $(TEST) -v $(TESTARGS) -timeout 5m
24+
TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 5m
2525

2626
fmt:
2727
gofmt -s -w $(GOFMT_FILES)

0 commit comments

Comments
 (0)