Combine Docker setup and Woodpecker agent start in one step
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
957d6aad25
commit
57052b7595
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user