Skip to content
Snippets Groups Projects
Commit d375903d authored by Szymon Tomasz Datko's avatar Szymon Tomasz Datko
Browse files

Added .gitlab-ci.yml file

parent 010ab8ff
No related branches found
No related tags found
No related merge requests found
Pipeline #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# #
# CI jobs definiton for Gitlab-CI #
# #
# Maintainer: #
# CERN IT-DI-CSO <computer.security@cern.ch> #
# #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Job definition for automated Docker image building
#
create_image:
stage: build
#
# Select proper runner node
#
tags:
- docker-build
#
# This section is unused, but required by Gitlab-CI
#
script:
- echo 'Create Docker image'
#
# Set parameters for image building
#
variables:
TO: 'docker.cern.ch/security-services/code-checking:latest'
DOCKER_INFO: 'true' # Display Docker informations
DOCKER_LOGIN_SERVER: 'docker.cern.ch'
DOCKER_LOGIN_USERNAME: $_DOCKER_USERNAME
DOCKER_LOGIN_PASSWORD: $_DOCKER_PASSWORD
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