Skip to content
Snippets Groups Projects
Commit 37c996df authored by Dongó Rajmund's avatar Dongó Rajmund :duck:
Browse files

random

parents
Branches
No related tags found
No related merge requests found
Pipeline #7209 failed
stages:
- build
- test
build:
stage: build
script:
- echo "Building"
- if [ "$CI_COMMIT_REF_NAME" == "master" ]; then cp index.html /var/www/html/index.html; fi
test:
stage: test
script:
- echo "Testing"
- test -f "/var/www/html/index.html"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment