Combine Docker setup and Woodpecker agent start in one step
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
archos 2024-05-24 16:21:43 +02:00
parent 957d6aad25
commit 57052b7595

View File

@ -1,9 +1,12 @@
steps:
- name: setup_and_start_agent
- name: test
image: ubuntu
commands:
- echo "Spuštění Woodpecker agenta"
- echo "Starting tests"
- ls -la
- echo "Running tests"
- ./start_woodpecker_agent.sh
- echo "Tests complete"
when:
branch:
- master