mirror of
https://gitgud.io/amevarashi/rjw-sexperience-ideology.git
synced 2024-08-15 00:43:19 +00:00
Update .gitlab-ci.yml file
This commit is contained in:
parent
57f3feae8b
commit
d598f33e74
1 changed files with 3 additions and 3 deletions
|
@ -98,9 +98,9 @@ build:
|
||||||
# where it is located (e.g. 'dotnet build ./src/ConsoleApp').
|
# where it is located (e.g. 'dotnet build ./src/ConsoleApp').
|
||||||
# Only one project path can be passed as a parameter to 'dotnet build' command.
|
# Only one project path can be passed as a parameter to 'dotnet build' command.
|
||||||
script:
|
script:
|
||||||
- 'ls -l ../../../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.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'
|
- 'ls -l ../../rjw/1.5/Assemblies/RJW.dll'
|
||||||
- 'dotnet build --no-restore'
|
- 'dotnet build --no-restore'
|
||||||
|
|
||||||
#tests:
|
#tests:
|
||||||
|
|
Loading…
Reference in a new issue