remove debug steps
This commit is contained in:
parent
c7010f4bd7
commit
f3e3975d99
|
@ -16,10 +16,6 @@ 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