- /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
9 lines
193 B
YAML
9 lines
193 B
YAML
.gitlab-move-files:
|
|
image: registry.internal.durp.info/debian:latest
|
|
script:
|
|
- ./scripts/gitlab/movefiles.sh
|
|
artifacts:
|
|
expire_in: 1 hour
|
|
paths:
|
|
- $CI_PROJECT_DIR/output
|