Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Rahmadani Dara
simple pipeline2
Commits
1c16235d
Commit
1c16235d
authored
Apr 10, 2019
by
Rahmadani Dara
Browse files
Update .gitlab-ci.yml
parent
80d1f1de
Pipeline
#12567
failed with stages
in 2 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1c16235d
stages
:
stages
:
-
build
-
build
- test
-
test
build
:
build
:
stage
:
build
stage
:
build
script
:
script
:
-
echo "Building"
-
echo "Building"
- mkdir build
-
mkdir build
- touch build/info.txt
-
touch build/info.txt
test
:
test
:
stage
:
test
stage
:
test
script
:
script
:
-
echo "Testing"
-
echo "Testing"
- test -f "build/
"
info.txt"
-
test -f "build/info.txt"
\ No newline at end of file
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