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
My simple pipeline
Commits
60ec24cd
Commit
60ec24cd
authored
Apr 09, 2019
by
Rahmadani Dara
Browse files
Delete .gitlab-ci.yml
parent
113c88db
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
deleted
100644 → 0
View file @
113c88db
stages
:
-
build
- test
build
:
stage
:
build
script
:
-
echo "Building"
- mkdir build
- touch build/info.txt
test
:
stage
:
test
script
:
-
echo "Testing"
- test -f "build/"info.txt"
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