Skip to content

Commit 485ab3a

Browse files
authored
Merge pull request #279 from oboukili/master
datasource: gitlab_projects
2 parents 2a93840 + 949d1c9 commit 485ab3a

File tree

14 files changed

+1828
-4
lines changed

14 files changed

+1828
-4
lines changed

GNUmakefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ test: fmtcheck
1313
echo $(TEST) | \
1414
xargs -t -n4 go test $(TESTARGS) -timeout=30s -parallel=4
1515

16+
testacc-prepareenv:
17+
MAKE_TARGET=testacc GITLAB_TOKEN=ACCTEST LC_ALL=en_US sh -c "'$(CURDIR)/scripts/start-gitlab.sh'"
18+
19+
testacc-cleanenv:
20+
docker stop gitlab
21+
1622
testacc: fmtcheck
1723
TF_ACC=1 go test -v $(TEST) $(TESTARGS) -timeout 40m
1824

0 commit comments

Comments
 (0)