Skip to content
Snippets Groups Projects
Commit 1a074f09 authored by Shale XIONG's avatar Shale XIONG
Browse files

Merge branch 'master' of gitlab.doc.ic.ac.uk:resource-reasoning/psvg.doc.ic.ac.uk

parents f4be4b81 39178faf
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ update_publications:
- git checkout -B ${CI_BUILD_REF_NAME}
- git submodule update --init --remote
- git add publications
- git commit -m "[AUTO] Updating publications submodule" -m "[ci skip]" || exit 0
- git commit -m "[AUTO] Updating publications submodule" || exit 0
- git remote rm rw || true
- git remote add rw git@gitlab.doc.ic.ac.uk:${CI_PROJECT_PATH}.git
- eval `ssh-agent`
......@@ -40,6 +40,8 @@ build:
paths:
- _site/
expire_in: 1 day
except:
- triggers
deadlinks:
stage: deploy
......@@ -51,6 +53,8 @@ deadlinks:
script:
- bundle exec rake -s --suppress-backtrace . testlinks
allow_failure: true
except:
- triggers
deploy:
stage: deploy
......@@ -61,6 +65,8 @@ deploy:
- auth-rr
only:
- master
except:
- triggers
variables:
NOKOGIRI_USE_SYSTEM_LIBRARIES: "true"
......
Subproject commit e53bf8fa076eb96b8108deffbe620718a48b48a5
Subproject commit cbaae7971663c2141e1e6123d77c8e2a9fd54f36
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