Skip to content

Commit

Permalink
Merge branch '775-pages-pipeline-broken' into 'develop'
Browse files Browse the repository at this point in the history
Resolve "Pages pipeline broken"

Closes #775

See merge request in3/c/in3-core!485
  • Loading branch information
Leonardo Cardoso committed Nov 29, 2021
2 parents c565d8d + cbb8b02 commit ac64300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion c/ci-analyse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ format:
cpd:
stage: analysis
needs: []
image: rawdee/pmd
image: rawdee/pmd:6.40.0
tags:
- short-jobs
script:
Expand Down
2 changes: 1 addition & 1 deletion c/ci-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ readthedocs:
- ./update_examples.sh
- cd ..
- export PRE_DOC=`cat wasm/docs/*.md`
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@git.slock.it/in3/doc.git
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@git.slock.it/in3/c/in3-doc.git doc
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@git.slock.it/tools/generator.git
- cp python_multilib/docs/documentation.md doc/docs/api-python.md
- cp dotnet/docs/api-dotnet.md doc/docs/
Expand Down

0 comments on commit ac64300

Please sign in to comment.