Fix CI configuration

This commit is contained in:
Richard 2021-09-28 10:24:02 +01:00
parent a0788ac333
commit c19ff84344
2 changed files with 2 additions and 2 deletions

View file

@ -232,7 +232,7 @@ deploy:
- web - web
zenodo: zenodo:
stage: zenodo stage: deploy
image: ubuntu:20.04 image: ubuntu:20.04
before_script: before_script:
- apt-get update -qq - apt-get update -qq

View file

@ -17,7 +17,7 @@ This folder contains some scripts put together by Kaspar Bumke, and re-used by R
- Copy and paste the block below, to build and upload the source and built artefacts. - Copy and paste the block below, to build and upload the source and built artefacts.
```yaml ```yaml
zenodo: zenodo:
stage: zenodo stage: deploy
image: ubuntu:20.04 image: ubuntu:20.04
before_script: before_script:
- apt-get update -qq - apt-get update -qq