WIP: ci-action #55
|
@ -23,8 +23,8 @@ jobs:
|
|||
chown -R root:root /root/.ssh
|
||||
- name: Setup Joint-Teapot
|
||||
run: |
|
||||
if [ -f master_hash.txt ]; then
|
||||
local_hash=$(cat master_hash.txt)
|
||||
if [ -f /master_hash.txt ]; then
|
||||
local_hash=$(cat /master_hash.txt)
|
||||
else
|
||||
local_hash=""
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user