mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
update
This commit is contained in:
parent
7255ea2da0
commit
8b4072d500
2 changed files with 4 additions and 3 deletions
|
|
@ -21,9 +21,6 @@ version:
|
||||||
build:
|
build:
|
||||||
extends: .gitlab-move-files
|
extends: .gitlab-move-files
|
||||||
stage: build
|
stage: build
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- $CI_PROJECT_DIR/output
|
|
||||||
|
|
||||||
package:
|
package:
|
||||||
extends: .octo_package
|
extends: .octo_package
|
||||||
|
|
|
||||||
|
|
@ -2,3 +2,7 @@
|
||||||
image: registry.durp.info/debian:latest
|
image: registry.durp.info/debian:latest
|
||||||
script:
|
script:
|
||||||
- ./scripts/gitlab/movefiles.sh
|
- ./scripts/gitlab/movefiles.sh
|
||||||
|
artifacts:
|
||||||
|
expire_in: 1 hour
|
||||||
|
paths:
|
||||||
|
- $CI_PROJECT_DIR/output
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue