Skip to content

Commit

Permalink
git-xargs programmatic commit (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbannon authored Jul 1, 2022
1 parent 1169d45 commit 5835738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SHELL := /bin/bash
# List of targets the `readme` target should call before generating the readme
export README_DEPS ?= docs/targets.md docs/terraform.md

-include $(shell curl -sSL -o .build-harness "https://git.io/build-harness"; echo .build-harness)
-include $(shell curl -sSL -o .build-harness "https://cloudposse.tools/build-harness"; echo .build-harness)

build:
go build
Expand All @@ -33,4 +33,4 @@ lint:

# Run acceptance tests
testacc:
TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 120m
TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 120m

0 comments on commit 5835738

Please sign in to comment.