Skip to content
Snippets Groups Projects
Commit 7e29a9dd authored by Luis Salamanca's avatar Luis Salamanca
Browse files

Update .gitlab-ci.yml

parent 1900f3ed
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ image_build:
before_script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN http://$CI_REGISTRY
script:
- docker pull renku/singleuser:latest
- docker pull renku/singleuser:0.2.0
- CI_COMMIT_SHA_7=$(echo $CI_COMMIT_SHA | cut -c1-7)
- docker build --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA_7 .
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA_7
......@@ -24,7 +24,7 @@ image_build:
dot:
stage: build
image: renku/renku-python:latest
image: renku/renku-python:0.2.0
script:
- renku log --format dot $(git ls-files --no-empty-directory --recurse-submodules) > graph.dot
artifacts:
......
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