Skip to content
Snippets Groups Projects
Commit 9bb736f3 authored by Robert Marshall's avatar Robert Marshall
Browse files

Merge branch 'sarahgerman-docssite-enable-hugo-job' into 'master'

parents 653ed847 feaa98d4
No related branches found
No related tags found
1 merge request!175Merge upstream Omnibus GitLab up to the 17.9 branching point
......@@ -63,7 +63,7 @@
`apt-get install` or `yum install`, and saw errors like the following:
```plaintext
The following signatures couldnt be verified because the public key is not available: NO_PUBKEY 3F01618A51312F3F
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 3F01618A51312F3F
```
or
......
......@@ -281,5 +281,5 @@
- if: '$PIPELINE_TYPE == "DOCS_PIPELINE"'
docs-lint hugo:
image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/hugomods/hugo:exts-0.142.0
image: hugomods/hugo:exts-0.142.0
stage: check
......@@ -285,5 +285,4 @@
stage: check
when: manual # Drop this when Hugo launches
rules:
- if: '$PIPELINE_TYPE =~ /_TEST_PIPELINE$/'
- if: '$PIPELINE_TYPE =~ /_MR_PIPELINE$/'
......
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