Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joseph Mirabel
test
Commits
1cd2e626
Commit
1cd2e626
authored
Mar 08, 2018
by
Joseph Mirabel
Committed by
Joseph Mirabel
Mar 08, 2018
Browse files
Update
parent
b708ec22
Pipeline
#408
passed with stages
in 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1cd2e626
...
...
@@ -6,14 +6,15 @@ image: ubuntu:14.04
build
:
stage
:
build
script
:
-
mkdir -p /local
-
echo "foo" >
/local
/foo
-
export DEVEL_DIR=`pwd`
-
echo "foo" >
$DEVEL_DIR
/foo
artifacts
:
paths
:
-
/local
-
foo
test
:
dependencies
:
-
build
stage
:
test
script
:
cat /local/foo
script
:
-
cat foo
Write
Preview
Supports
Markdown
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