swh:1:snp:02443124ed4ee0d8d724fefd38bf9b271361cc09
Tip revision: 2c5eb46670ff967c71d35397568ab60eed423151 authored by Jan-Michael Rye on 02 October 2023, 15:07:23 UTC
Handle exceptions when converting InChIs to molecules
Handle exceptions when converting InChIs to molecules
Tip revision: 2c5eb46
.gitlab-ci.yml
pages:
artifacts:
paths:
- public
image: sphinxdoc/sphinx
only:
- main
script:
- apt -yq update
- apt -yq install git
- bash ./scripts/build_documentation.sh -i public
stage: deploy
tags:
- ci.inria.fr
- linux
- small
release_job:
image: registry.gitlab.com/gitlab-org/release-cli:latest
release:
description: Release $CI_COMMIT_TAG
tag_name: $CI_COMMIT_TAG
rules:
- if: $CI_COMMIT_TAG
script:
- echo "running release_job"
stage: release
tags:
- ci.inria.fr
- linux
- small
stages:
- release
- deploy