Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
		| @@ -19,6 +19,7 @@ | ||||
|         name: 'Hello bash!', | ||||
|         image: 'bash:latest', | ||||
|         commands: [ | ||||
|           'sleep 10', | ||||
|           'echo Hello from DigitalOcean VM', | ||||
|         ], | ||||
|       }, | ||||
| @@ -26,6 +27,8 @@ | ||||
|         name: 'Hello Rust!', | ||||
|         image: 'img.kie.rs/jjkiers/rust-dind-cross:1.62-slim', | ||||
|         commands: [ | ||||
|           'cargo check', | ||||
|           'cargo build', | ||||
|           'cargo run', | ||||
|         ], | ||||
|       }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user