This commit is contained in:
parent
40b2d5e11b
commit
75124fc670
@ -8,12 +8,12 @@ jobs:
|
||||
runs-on: [dev, docker-compose]
|
||||
defaults:
|
||||
run:
|
||||
working-directory: /root/home/homepage
|
||||
working-directory: /root/homepage
|
||||
steps:
|
||||
- name: Check dockerfile existence
|
||||
id: docker-compose-exist
|
||||
run: |
|
||||
if [ -f "/root/home/homepage/docker-compose.yaml" ]; then
|
||||
if [ -f "/root/homepage/docker-compose.yaml" ]; then
|
||||
echo "result=true" >> "$GITHUB_OUTPUT"
|
||||
else
|
||||
echo "result=false" >> "$GITHUB_OUTPUT"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user