Commit fd5b0aa2 authored by nikolaknezevic99's avatar nikolaknezevic99
Browse files

Add new file

parent daca22ad
Branches master
No related merge requests found
Pipeline #538 failed with stages
Showing with 27 additions and 0 deletions
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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment