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

Update .gitlab-ci.yml

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