Compare commits
2 Commits
64adcd30da
...
71d403e1c0
| Author | SHA1 | Date | |
|---|---|---|---|
|
71d403e1c0
|
|||
| 0be89f97f4 |
@@ -66,7 +66,7 @@ jobs:
|
||||
GIT_STATUS=$(git status --porcelain)
|
||||
CHANGED_DIR=()
|
||||
|
||||
if [ $GIT_STATUS | grep -q . ]; then
|
||||
if $GIT_STATUS | grep -q .; then
|
||||
echo ">> Changes detected"
|
||||
echo "$GIT_STATUS"
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ shelly-plug:
|
||||
main:
|
||||
image:
|
||||
repository: php
|
||||
tag: 8.4.15-apache-bookworm
|
||||
tag: 8.5.0-apache-bookworm
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: SHELLY_HOSTNAME
|
||||
|
||||
Reference in New Issue
Block a user