Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argopkgs
Commits
5979a93f
Commit
5979a93f
authored
Feb 22, 2019
by
Valentin Reis
Browse files
fix artifacts.
parent
7c477c9b
Pipeline
#5526
passed with stages
in 1 minute and 13 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
gitlab-ci/applications.yml
View file @
5979a93f
...
@@ -10,6 +10,8 @@
...
@@ -10,6 +10,8 @@
artifacts
:
artifacts
:
paths
:
paths
:
-
_output/*
-
_output/*
expire_in
:
1 week
when
:
always
.build
:
.build
:
stage
:
build
stage
:
build
...
...
gitlab-ci/integration.yml
View file @
5979a93f
...
@@ -11,6 +11,8 @@
...
@@ -11,6 +11,8 @@
artifacts
:
artifacts
:
paths
:
paths
:
-
_output/*
-
_output/*
expire_in
:
1 week
when
:
always
testHello
:
testHello
:
extends
:
.test
extends
:
.test
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment