1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-08-11 17:50:58 +00:00

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 f84aa60a04
commit 63b3391483
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)