Added new git container registry push
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2459311086
commit
96d3a9cb9e
23
.drone.yml
23
.drone.yml
@ -15,18 +15,31 @@ steps:
|
|||||||
- cp -a AdventOfCode.Tests/Data/. /drone/src/AdventOfCode.Tests/bin/Debug/net5.0/
|
- cp -a AdventOfCode.Tests/Data/. /drone/src/AdventOfCode.Tests/bin/Debug/net5.0/
|
||||||
- dotnet test AdventOfCode.Tests --logger "console;verbosity=detailed"
|
- dotnet test AdventOfCode.Tests --logger "console;verbosity=detailed"
|
||||||
|
|
||||||
|
# - name: build-advent-of-code
|
||||||
|
# image: plugins/docker
|
||||||
|
# settings:
|
||||||
|
# username:
|
||||||
|
# from_secret: gitlab_username
|
||||||
|
# password:
|
||||||
|
# from_secret: gitlab_password
|
||||||
|
# registry: registry.gitlab.com/sig14
|
||||||
|
# repo: registry.gitlab.com/sig14/advent-of-code
|
||||||
|
# dockerfile: AdventOfCode/Dockerfile
|
||||||
|
# depends_on:
|
||||||
|
# - test
|
||||||
|
|
||||||
- name: build-advent-of-code
|
- name: build-advent-of-code
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
username:
|
username:
|
||||||
from_secret: gitlab_username
|
from_secret: gitea_user
|
||||||
password:
|
password:
|
||||||
from_secret: gitlab_password
|
from_secret: gitea_password
|
||||||
registry: registry.gitlab.com/sig14
|
registry: git.siglerdev.us/97waterpolo
|
||||||
repo: registry.gitlab.com/sig14/advent-of-code
|
repo: git.siglerdev.us/97waterpolo/advent-of-code
|
||||||
dockerfile: AdventOfCode/Dockerfile
|
dockerfile: AdventOfCode/Dockerfile
|
||||||
depends_on:
|
depends_on:
|
||||||
- test
|
- test
|
||||||
|
|
||||||
- name: deploy-containers
|
- name: deploy-containers
|
||||||
image: curlimages/curl
|
image: curlimages/curl
|
||||||
|
@ -5,9 +5,9 @@ VisualStudioVersion = 16.0.32929.386
|
|||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdventOfCode", "AdventOfCode\AdventOfCode.csproj", "{30F2887D-526F-4068-A581-E20BAF52F900}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdventOfCode", "AdventOfCode\AdventOfCode.csproj", "{30F2887D-526F-4068-A581-E20BAF52F900}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdventOfCode.InputFetcher", "AdventOfCode.InputFetcher\AdventOfCode.InputFetcher.csproj", "{105BF947-9878-4995-B16B-F8093A53EC66}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdventOfCode.InputFetcher", "AdventOfCode.InputFetcher\AdventOfCode.InputFetcher.csproj", "{105BF947-9878-4995-B16B-F8093A53EC66}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdventOfCode.Tests", "AdventOfCode.Tests\AdventOfCode.Tests.csproj", "{03C0BB76-6521-4B51-B267-346E88678D79}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdventOfCode.Tests", "AdventOfCode.Tests\AdventOfCode.Tests.csproj", "{03C0BB76-6521-4B51-B267-346E88678D79}"
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Loading…
x
Reference in New Issue
Block a user