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:
parent
f84aa60a04
commit
63b3391483
3 changed files with 38 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue