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
Valentin Reis
argotest
Commits
036743d6
Commit
036743d6
authored
Dec 10, 2018
by
Valentin Reis
Browse files
Adding artifacts and properly quoting the dummy hello world application.
parent
a90ba04a
Pipeline
#4595
failed
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
036743d6
...
...
@@ -8,5 +8,9 @@ integration.test:
except
:
-
/^wip\/.*/
-
/^WIP\/.*/
artifacts
:
when
:
on_failure
paths
:
-
*
.log
tags
:
-
integration
Argotest.hs
View file @
036743d6
...
...
@@ -52,7 +52,7 @@ data StackArgs = StackArgs
instance
Default
StackArgs
where
def
=
StackArgs
{
dargs
=
""
,
app
=
"echo Dummy app: Hello world!"
,
app
=
"echo
\"
Dummy app: Hello world!
\"
"
,
manifest
=
"manifests/basic.json"
,
cmd_out
=
"cmd_out.log"
,
cmd_err
=
"cmd_err.log"
...
...
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