diff --git a/.drone.yml b/.drone.yml index 34cbf60..e721ab3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,8 +14,8 @@ steps: - ls - dotnet build AOC2021.Test - dotnet test AOC2021.Test --logger "console;verbosity=detailed" - - ls AOC2021.Test/AOC2021.Test/bin/Debug/net5.0/ - - cp -a AOC2021.Test/Input/. AOC2021.Test/bin/Debug/net5.0/ + - ls /drone/src/AOC2021.Test/bin/Debug/net5.0/ + - cp -a AOC2021.Test/Input/. /drone/src/AOC2021.Test/bin/Debug/net5.0/ - name: build-aoc-2021 image: plugins/docker