forked from KolibriOS/kolibrios
fix
This commit is contained in:
parent
da60e234ef
commit
edeca13dd7
@ -111,6 +111,7 @@ jobs:
|
|||||||
mv /root/autobuild /home/autobuild
|
mv /root/autobuild /home/autobuild
|
||||||
ls -l /home/autobuild
|
ls -l /home/autobuild
|
||||||
ls -l ${{ gitea.workspace }}
|
ls -l ${{ gitea.workspace }}
|
||||||
|
if: steps.cache-toolchain.outputs.cache-hit != 'true'
|
||||||
|
|
||||||
- name: Save toolchain
|
- name: Save toolchain
|
||||||
if: steps.cache-toolchain.outputs.cache-hit != 'true'
|
if: steps.cache-toolchain.outputs.cache-hit != 'true'
|
||||||
@ -248,8 +249,11 @@ jobs:
|
|||||||
cd ${{ gitea.workspace }}
|
cd ${{ gitea.workspace }}
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
|
rm /home/autobuild
|
||||||
|
mv /root/autobuild /home/autobuild
|
||||||
ls -l /root/autobuild
|
ls -l /root/autobuild
|
||||||
ls -l ${{ gitea.workspace }}
|
ls -l ${{ gitea.workspace }}
|
||||||
|
if: steps.cache-toolchain.outputs.cache-hit != 'true'
|
||||||
|
|
||||||
- name: Save toolchain
|
- name: Save toolchain
|
||||||
if: steps.cache-toolchain.outputs.cache-hit != 'true'
|
if: steps.cache-toolchain.outputs.cache-hit != 'true'
|
||||||
|
Loading…
Reference in New Issue
Block a user