Fix path
Some checks failed
Continuous Stack Deployment Test / Deploy test stack (push) Failing after 28s
Some checks failed
Continuous Stack Deployment Test / Deploy test stack (push) Failing after 28s
This commit is contained in:
parent
19b0396679
commit
4e8bae836c
@ -6,6 +6,7 @@ on:
|
||||
paths:
|
||||
- '!**'
|
||||
- '.gitea/workflows/triggers/test-deployment'
|
||||
- '.gitea/workflows/test-deployment.yml'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
@ -15,7 +16,7 @@ jobs:
|
||||
- name: "Clone project repository"
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: 'test-continuous-deployment'
|
||||
path: 'deployment-tools'
|
||||
# At present the stock setup-python action fails on Linux/aarch64
|
||||
# Conditional steps below workaroud this by using deadsnakes for that case only
|
||||
- name: "Install Python for ARM on Linux"
|
||||
@ -31,7 +32,7 @@ jobs:
|
||||
- name: "Print Python version"
|
||||
run: python3 --version
|
||||
- name: "Install stack orchestrator"
|
||||
run: ./scripts/install-so.sh
|
||||
run: ./deployment-tools/scripts/install-so.sh
|
||||
- name: "Clone target stack"
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user