Skip to content

Commit ac64300

Browse files
author
Leonardo Cardoso
committed
Merge branch '775-pages-pipeline-broken' into 'develop'
Resolve "Pages pipeline broken" Closes #775 See merge request in3/c/in3-core!485
2 parents c565d8d + cbb8b02 commit ac64300

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: c/ci-analyse.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ format:
123123
cpd:
124124
stage: analysis
125125
needs: []
126-
image: rawdee/pmd
126+
image: rawdee/pmd:6.40.0
127127
tags:
128128
- short-jobs
129129
script:

Diff for: c/ci-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ readthedocs:
5252
- ./update_examples.sh
5353
- cd ..
5454
- export PRE_DOC=`cat wasm/docs/*.md`
55-
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@git.slock.it/in3/doc.git
55+
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@git.slock.it/in3/c/in3-doc.git doc
5656
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@git.slock.it/tools/generator.git
5757
- cp python_multilib/docs/documentation.md doc/docs/api-python.md
5858
- cp dotnet/docs/api-dotnet.md doc/docs/

0 commit comments

Comments
 (0)