Compare commits
7 Commits
2e8ca5a225
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 14ad2a239e | |||
| 9fa9604170 | |||
| e2ce25a429 | |||
| 51d43d4402 | |||
| e55a44531f | |||
| 7a61060e39 | |||
| fcc4f2ba64 |
@@ -4,20 +4,7 @@ when:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Test the file system
|
- name: Test the file system
|
||||||
image: debian
|
image: bash
|
||||||
commands:
|
commands:
|
||||||
- echo "This is the build step"
|
- pwd
|
||||||
- echo "binary-data-123" > executable
|
- qodo code-review
|
||||||
|
|
||||||
- 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 "Is it running"
|
|
||||||
- echo "binary-data-123" > executable
|
|
||||||
|
|||||||
Reference in New Issue
Block a user