Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
nikolaknezevic99
Fork
Commits
fd5b0aa2
Commit
fd5b0aa2
authored
4 months ago
by
nikolaknezevic99
Browse files
Options
Downloads
Patches
Plain Diff
Add new file
parent
daca22ad
Branches
master
No related merge requests found
Pipeline
#538
failed with stages
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+27
-0
.gitlab-ci.yml
with
27 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
27
−
0
View file @
fd5b0aa2
stages
:
-
build
-
test
-
deploy
build-job
:
stage
:
build
script
:
-
echo "Hello, $GITLAB_USER_LOGIN!"
test-job
:
stage
:
test
script
:
-
ls -a
-
pwd
-
tidy -o korigovani.html -f greske.txt --drop-empty-elements no --doctype omit --clean yes --tidy-mark no index.html
artifacts
:
when
:
always
paths
:
-
greske.txt
-
korigovani.html
deploy-job
:
stage
:
deploy
script
:
-
usr=nikolaknezevic99
-
cp -r ./ ./home/$usr/public_html/git
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets