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

14
pkg/runner/testdata/issue-228/main.yaml vendored Normal file
View File

@@ -0,0 +1,14 @@
name: issue-228
on:
- push
jobs:
kind:
runs-on: ubuntu-latest
steps:
- run: apt-get update -y && apt-get install git -y # setup git credentials will fail otherwise
- name: Setup git credentials
uses: fusion-engineering/setup-git-credentials@v2
with:
credentials: https://test@github.com/