fix: correct syntax errors in build workflow
Some checks failed
Build and Deploy / build (push) Has been cancelled
Some checks failed
Build and Deploy / build (push) Has been cancelled
- Fix unclosed quote on line 13 - Remove malformed git checkout command on line 39
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Trigger BuildKit Build
|
- name: Trigger BuildKit Build
|
||||||
run: |
|
run: |
|
||||||
echo "Building commit: \"
|
echo "Building commit: ${GITHUB_SHA}"
|
||||||
|
|
||||||
# Delete old job
|
# Delete old job
|
||||||
kubectl delete job build-manoon-headless-action -n gitea --ignore-not-found=true 2>/dev/null || true
|
kubectl delete job build-manoon-headless-action -n gitea --ignore-not-found=true 2>/dev/null || true
|
||||||
@@ -36,7 +36,7 @@ jobs:
|
|||||||
- |
|
- |
|
||||||
set -e
|
set -e
|
||||||
git clone --depth 1 http://gitea:3000/unchained/manoon-headless.git /workspace
|
git clone --depth 1 http://gitea:3000/unchained/manoon-headless.git /workspace
|
||||||
cd /workspace && git checkout echo "Building: $(git rev-parse --short HEAD)"
|
cd /workspace && echo "Building: $(git rev-parse --short HEAD)"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: workspace
|
- name: workspace
|
||||||
mountPath: /workspace
|
mountPath: /workspace
|
||||||
|
|||||||
Reference in New Issue
Block a user