Compare commits
2 Commits
8bc338d625
...
c1c799bebf
| Author | SHA1 | Date | |
|---|---|---|---|
|
c1c799bebf
|
|||
| 3012504e96 |
@@ -199,6 +199,9 @@ jobs:
|
|||||||
|
|
||||||
git status --porcelain --untracked-files=all | grep '^.'
|
git status --porcelain --untracked-files=all | grep '^.'
|
||||||
|
|
||||||
|
git status --porcelain --untracked-files=all | grep -q '^.'
|
||||||
|
echo $?
|
||||||
|
|
||||||
if git status --porcelain --untracked-files=all | grep -q '^.' ; then
|
if git status --porcelain --untracked-files=all | grep -q '^.' ; then
|
||||||
echo ">> Changes detected"
|
echo ">> Changes detected"
|
||||||
# git status --porcelain --untracked-files=all
|
# git status --porcelain --untracked-files=all
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ shelly-plug:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: php
|
repository: php
|
||||||
tag: 8.4.15-apache-bookworm
|
tag: 8.5.0-apache-bookworm
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: SHELLY_HOSTNAME
|
- name: SHELLY_HOSTNAME
|
||||||
|
|||||||
Reference in New Issue
Block a user