Update .gitlab-ci.yml file

This commit is contained in:
amevarashi 2024-04-27 17:43:57 +00:00
parent d598f33e74
commit 45e84a83fc
1 changed files with 1 additions and 3 deletions

View File

@ -98,9 +98,7 @@ build:
# where it is located (e.g. 'dotnet build ./src/ConsoleApp').
# Only one project path can be passed as a parameter to 'dotnet build' command.
script:
- 'ls -l ../../rjw/1.5/Assemblies/RJW.dll'
- 'curl --create-dirs "https://gitgud.io/jikulopo/rjw/-/raw/1.5-test/1.5/Assemblies/RJW.dll" -o ../../rjw/1.5/Assemblies/RJW.dll'
- 'ls -l ../../rjw/1.5/Assemblies/RJW.dll'
- 'curl --create-dirs "https://gitgud.io/jikulopo/rjw/-/raw/1.5-test/1.5/Assemblies/RJW.dll" -o ../../rjw/1.4/Assemblies/RJW.dll'
- 'dotnet build --no-restore'
#tests: