Skip to content
Snippets Groups Projects
Commit 935a63c5 authored by Mr Felix Berg's avatar Mr Felix Berg
Browse files

Update .gitlab-ci.yml file

parent 80812f9b
Branches
No related tags found
No related merge requests found
Checking pipeline status
......@@ -18,28 +18,27 @@ after_script:
- echo "After script section"
- echo "For example you might do some cleanup here"
image: ubuntu:22.04
build1:
stage: build
script:
- echo "Do your build here"
warningtest:
stage: test
# tags:
# - deployer
script:
- echo "checking for warnings in the html validation"
- ls
- sh warning-test.sh
errortest:
validate_test:
stage: test
# tags:
# - deployer
script:
- echo "checking for errors in the html validation"
- apt install htmlval -y
- echo "Create Validation output"
- htmlval *.html > validate_output.txt
- echo "checking for errors and warnings in the html validation"
- ls
- sh error-test.sh
- sh validate-test.sh
artifacts:
paths:
- validate_output.txt
deploy1:
stage: deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment