Commit 3d5ca6fa authored by Zarko Zecevic's avatar Zarko Zecevic
Browse files

Add new file

parent d0eff3b6
Branches master zad2c
No related merge requests found
Pipeline #594 canceled with stages
Showing with 29 additions and 0 deletions
stages:
- build
- test
- deploy
build-job:
stage: build
script:
- echo "Hello, $GITLAB_USER_LOGIN!"
test-job1:
stage: test
script:
- ls -a
- pwd
- tidy -o output.html -f greske.txt --drop-empty-elements no --doctype omit --clean yes --tidy-mark no index.html
artifacts:
when: always
paths:
- greske.txt
- output.html
deploy-prod:
stage: deploy
script:
- usr=zarkoz
- echo "This job tests something"
- mkdir -p /home/$usr/public_html/gitkol
- cp -r ./* /home/$usr/public_html/gitkol
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