Debug Pipelines
This commit is contained in:
parent
6b8e5835d4
commit
c7010f4bd7
|
@ -16,6 +16,10 @@ jobs:
|
|||
run: echo "$(ls)" "${{ gitea.repository }}" "${{ gitea.ref_name }}" "${{ gitea.sha }}"
|
||||
- name: "Git checkout"
|
||||
run: git checkout "${{ gitea.sha }}"
|
||||
- name: "Print yarn information."
|
||||
run: cat ~/.yarnrc.yml
|
||||
- name: "Print yarn information. 2"
|
||||
run: yarn --version
|
||||
- uses: aevea/action-kaniko@master
|
||||
name: Run Kaniko to build our docker container.
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue
Block a user