Compare commits
2 Commits
4baee40cf7
...
e5333088fc
| Author | SHA1 | Date | |
|---|---|---|---|
|
e5333088fc
|
|||
| a9f2dc375c |
@@ -94,7 +94,7 @@ jobs:
|
|||||||
- name: Check for Changes
|
- name: Check for Changes
|
||||||
id: check-changes
|
id: check-changes
|
||||||
run: |
|
run: |
|
||||||
git restore --staged clusters/**/helm
|
git restore clusters/**/helm
|
||||||
|
|
||||||
if git status --porcelain | grep -q .; then
|
if git status --porcelain | grep -q .; then
|
||||||
echo ">> Changes detected"
|
echo ">> Changes detected"
|
||||||
@@ -153,11 +153,11 @@ jobs:
|
|||||||
|
|
||||||
#HTTP_STATUS=$(
|
#HTTP_STATUS=$(
|
||||||
curl -X POST \
|
curl -X POST \
|
||||||
--output /tmp/pr_response
|
--output /tmp/pr_response \
|
||||||
--data "${PAYLOAD}" \
|
--data "$PAYLOAD" \
|
||||||
-H "Authorization: token ${GITEA_TOKEN}" \
|
-H "Authorization: token ${GITEA_TOKEN}" \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
"${API_ENDPOINT}"
|
"$API_ENDPOINT"
|
||||||
#)
|
#)
|
||||||
|
|
||||||
echo ">> Gitea API Response Body ..."
|
echo ">> Gitea API Response Body ..."
|
||||||
|
|||||||
@@ -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