mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
Update 8 files
- /templates/docker.tpl.yml - /templates/gitlab.tpl.yml - /templates/golang.tpl.yml - /templates/nuget.tpl.yml - /templates/octopus.tpl.yml - /templates/sonarqube.tpl.yml - /templates/version.tpl.yml - /templates/helm.tpl.yml
This commit is contained in:
parent
950fa7d0dc
commit
2e2ed2ad14
8 changed files with 13 additions and 13 deletions
|
|
@ -1,5 +1,5 @@
|
|||
.docker-build-container:
|
||||
image: registry.durp.info/docker:20.10.17
|
||||
image: registry.internal.durp.info/docker:20.10.17
|
||||
variables:
|
||||
DOCKER_DRIVER: overlay2
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
|
||||
.docker_build:
|
||||
image: registry.durp.info/docker:20.10.17
|
||||
image: registry.internal.durp.info/docker:20.10.17
|
||||
variables:
|
||||
DOCKER_DRIVER: overlay2
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
- ./scripts/docker/build.sh
|
||||
|
||||
.docker_push_gitlab:
|
||||
image: registry.durp.info/docker:20.10.17
|
||||
image: registry.internal.durp.info/docker:20.10.17
|
||||
variables:
|
||||
DOCKER_DRIVER: overlay2
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.gitlab-move-files:
|
||||
image: registry.durp.info/debian:latest
|
||||
image: registry.internal.durp.info/debian:latest
|
||||
script:
|
||||
- ./scripts/gitlab/movefiles.sh
|
||||
artifacts:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
.golang-build-api:
|
||||
variables:
|
||||
#GOPROXY: https://nexus.durp.info/repository/go/
|
||||
image: registry.durp.info/golang:${GO_VERSION}
|
||||
image: registry.internal.durp.info/golang:${GO_VERSION}
|
||||
script:
|
||||
- ./scripts/golang-build-api.sh
|
||||
artifacts:
|
||||
|
|
@ -13,6 +13,6 @@
|
|||
variables:
|
||||
#GOPROXY: https://nexus.durp.info/repository/go/
|
||||
CGO_ENABLED: 0
|
||||
image: registry.durp.info/golangci/golangci-lint:${GOLANGCI_LINT_VERISON}
|
||||
image: registry.internal.durp.info/golangci/golangci-lint:${GOLANGCI_LINT_VERISON}
|
||||
script:
|
||||
- ./scripts/golang-lint.sh
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.helm-build:
|
||||
image: dtzar/helm-kubectl
|
||||
image: registry.internal.durp.info/dtzar/helm-kubectl
|
||||
script:
|
||||
- ./scripts/helm-package.sh
|
||||
artifacts:
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
- $CI_PROJECT_DIR/packages
|
||||
|
||||
.helm-push:
|
||||
image: dtzar/helm-kubectl
|
||||
image: registry.internal.durp.info/dtzar/helm-kubectl
|
||||
script:
|
||||
- ./scripts/helm-addrepo.sh
|
||||
- ./scripts/helm-push.sh
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.nuget_push:
|
||||
image: registry.durp.info/dotnet/core/sdk:latest
|
||||
image: registry.internal.durp.info/dotnet/core/sdk:latest
|
||||
script:
|
||||
- ./scripts/nuget/push.sh
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.octo_package:
|
||||
image: registry.durp.info/octopusdeploy/octo:latest
|
||||
image: registry.internal.durp.info/octopusdeploy/octo:latest
|
||||
script:
|
||||
- ./scripts/octopus/pack.sh
|
||||
artifacts:
|
||||
|
|
@ -7,6 +7,6 @@
|
|||
- $CI_PROJECT_DIR/packages
|
||||
|
||||
.octo_release:
|
||||
image: registry.durp.info/octopusdeploy/octo:latest
|
||||
image: registry.internal.durp.info/octopusdeploy/octo:latest
|
||||
script:
|
||||
- ./scripts/octopus/create_release.sh
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
SONAR_USER_HOME: "${CI_PROJECT_DIR}/.sonar" # Defines the location of the analysis task cache
|
||||
GIT_DEPTH: "0" # Tells git to fetch all the branches of the project, required by the analysis task
|
||||
image:
|
||||
name: registry.durp.info/sonarsource/sonar-scanner-cli:latest
|
||||
name: registry.internal.durp.info/sonarsource/sonar-scanner-cli:latest
|
||||
entrypoint: [""]
|
||||
cache:
|
||||
key: "${CI_JOB_NAME}"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.version:
|
||||
image: registry.durp.info/gittools/gitversion:5.12.0
|
||||
image: registry.internal.durp.info/gittools/gitversion:5.12.0
|
||||
variables:
|
||||
GIT_DEPTH: "0"
|
||||
script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue