remove .gitignore before docker cp (#288)

* Test setup before I try to understand how things work

* Remove .gitignore before we run docker cp
This commit is contained in:
Jeremy Lempereur
2020-06-23 20:57:24 +02:00
committed by GitHub
parent d4e41a90a2
commit 7cc668707b
3 changed files with 38 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ func TestRunEvent(t *testing.T) {
{"matrix", "push", ""},
{"commands", "push", ""},
{"workdir", "push", ""},
{"issue-228", "push", ""}, // TODO [igni]: Remove this once everything passes
}
log.SetLevel(log.DebugLevel)