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