chore: this is a pipeline push testing
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
This commit is contained in:
@@ -3,8 +3,20 @@ when:
|
|||||||
branch: main
|
branch: main
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: Test the file system
|
||||||
image: debian
|
image: debian
|
||||||
commands:
|
commands:
|
||||||
- echo "This is the build step"
|
- echo "This is the build step"
|
||||||
|
- echo "binary-data-123" > executable
|
||||||
|
|
||||||
|
- name: build the docker image
|
||||||
|
image: debian
|
||||||
|
commands:
|
||||||
|
- echo "This is the doceer step"
|
||||||
|
- echo "binary-data-123" > executable
|
||||||
|
|
||||||
|
- name: Push the docker image
|
||||||
|
image: debian
|
||||||
|
commands:
|
||||||
|
- echo "This is the push step"
|
||||||
- echo "binary-data-123" > executable
|
- echo "binary-data-123" > executable
|
||||||
Reference in New Issue
Block a user