This commit is contained in:
parent
137aaae4f8
commit
8a943f9fa2
@ -13,8 +13,11 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- ls
|
- ls
|
||||||
- dotnet test AOC2021.Test
|
- dotnet test AOC2021.Test
|
||||||
|
- cd AOC2021
|
||||||
|
- ls
|
||||||
- rm -r AOC2021/bin
|
- rm -r AOC2021/bin
|
||||||
- rm -r AOC2021/obj
|
- rm -r AOC2021/obj
|
||||||
|
- ls
|
||||||
|
|
||||||
- name: build-aoc-2021
|
- name: build-aoc-2021
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
@ -31,4 +34,6 @@ steps:
|
|||||||
- name: finish
|
- name: finish
|
||||||
image: busybox
|
image: busybox
|
||||||
commands:
|
commands:
|
||||||
- echo 'Finished deployment for Aincrad'
|
- echo 'Finished deployment for Aincrad'
|
||||||
|
depends_on:
|
||||||
|
- build-aoc-2021
|
Loading…
x
Reference in New Issue
Block a user