Skip to content
Snippets Groups Projects
Unverified Commit 37bd90ee authored by Adam Merka's avatar Adam Merka
Browse files

Removed test job from .gitlab-ci.yml

Test job was not necessary
parent 22384aff
No related branches found
No related tags found
No related merge requests found
...@@ -10,15 +10,6 @@ before_script: ...@@ -10,15 +10,6 @@ before_script:
- npm install gitbook-cli -g # install gitbook - npm install gitbook-cli -g # install gitbook
- gitbook fetch 3.2.3 # fetch final stable version - gitbook fetch 3.2.3 # fetch final stable version
- gitbook install # add any requested plugins in book.json - gitbook install # add any requested plugins in book.json
test:
stage: test
script:
- gitbook build . public # build to public path
only:
- branches # this job will affect every branch except 'master'
except:
- master
# the 'pages' job will deploy and build your site to the 'public' path # the 'pages' job will deploy and build your site to the 'public' path
pages: pages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment