Skip to content
Snippets Groups Projects
Commit fdb60921 authored by Katleho Madisa's avatar Katleho Madisa
Browse files

SAR-255 Used the SKA_K8S_TOOLS_DEPLOY_IMAGE group-level variable for the ci image

parent 2cd64305
No related branches found
No related tags found
No related merge requests found
# GitLab CI in conjunction with GitLab Runner can use Docker Engine to test and build any application.
# Docker, when used with GitLab CI, runs each job in a separate and isolated container using the predefined image that is set up in .gitlab-ci.yml.
# In this case we use the latest python docker image to build and test this project.
image: nexus.engageska-portugal.pt/ska-docker/ska-python-buildenv:latest
image: $SKA_K8S_TOOLS_DEPLOY_IMAGE
# cache is used to specify a list of files and directories which should be cached between jobs. You can only use paths that are within the project workspace.
# If cache is defined outside the scope of jobs, it means it is set globally and all jobs will use that definition
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment