mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-23 14:35:39 +00:00
WORKFLOW: losing my time on this stuff again - fix3
This commit is contained in:
parent
fc612e9719
commit
1643ff38f1
8
.github/workflows/cooker.yml
vendored
8
.github/workflows/cooker.yml
vendored
|
@ -37,7 +37,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
workflow: cooker.yml
|
workflow: cooker.yml
|
||||||
name: global-cache
|
name: global-cache
|
||||||
path: $GITHUB_WORKSPACE
|
|
||||||
search_artifacts: true
|
search_artifacts: true
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
|
@ -49,13 +48,6 @@ jobs:
|
||||||
find ~ -iname version
|
find ~ -iname version
|
||||||
cat $(find ~ -iname version)
|
cat $(find ~ -iname version)
|
||||||
|
|
||||||
# not needed maybe?
|
|
||||||
- name: Extract global cache
|
|
||||||
run: |
|
|
||||||
tar --skip-old-files -xzvf retrodeck-cooker.tar.gz
|
|
||||||
rm -f retrodeck-cooker.tar.gz
|
|
||||||
continue-on-error: true
|
|
||||||
|
|
||||||
- name: Initialize enviornment
|
- name: Initialize enviornment
|
||||||
run: |
|
run: |
|
||||||
git pull
|
git pull
|
||||||
|
|
Loading…
Reference in a new issue