Skip to content
Snippets Groups Projects
Commit 15ca08ee authored by Sébastien Heurtematte's avatar Sébastien Heurtematte :speech_balloon:
Browse files
parent 9fb92b3f
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !30. Comments created here will be created in the context of that merge request.
...@@ -61,7 +61,7 @@ reuse: ...@@ -61,7 +61,7 @@ reuse:
.oniro-repo-workspace: .oniro-repo-workspace:
interruptible: true interruptible: true
image: image:
name: registry.ostc-eu.org/ostc/oniro/bitbake-builder:latest name: docker.io/onirocore/bitbake-builder:latest
variables: variables:
# URL and branch or revision of the oniro.git repository which contains a # URL and branch or revision of the oniro.git repository which contains a
# repo manifest file. # repo manifest file.
...@@ -197,7 +197,7 @@ build-docs: ...@@ -197,7 +197,7 @@ build-docs:
extends: [.oniro-repo-workspace] extends: [.oniro-repo-workspace]
interruptible: true interruptible: true
image: image:
name: registry.ostc-eu.org/ostc/oniro/docs-builder:latest name: docker.io/onirocore/docs-builder:latest
script: script:
- make -C docs - make -C docs
- mv docs/build "$CI_PROJECT_DIR" - mv docs/build "$CI_PROJECT_DIR"
...@@ -245,7 +245,7 @@ build-docs: ...@@ -245,7 +245,7 @@ build-docs:
deploy: deploy:
extends: .oniro-repo-workspace extends: .oniro-repo-workspace
image: image:
name: registry.ostc-eu.org/ostc/oniro/docs-builder:latest name: docker.io/onirocore/docs-builder:latest
stage: deploy stage: deploy
script: script:
# We are in the root of the git-repo workspace. Because # We are in the root of the git-repo workspace. Because
......
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