Done yml change
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Xander Sigler 2022-01-26 22:00:21 -08:00
parent 8a943f9fa2
commit 91a652b474

View File

@ -15,8 +15,8 @@ steps:
- dotnet test AOC2021.Test
- cd AOC2021
- ls
- rm -r AOC2021/bin
- rm -r AOC2021/obj
- rm -r bin
- rm -r obj
- ls
- name: build-aoc-2021
@ -28,6 +28,8 @@ steps:
from_secret: docker_password
repo: 97waterpolo/aoc-2021
dockerfile: AOC2021/Dockerfile
commands:
- ls
depends_on:
- test