Skip to content
Snippets Groups Projects
Commit d07ae9a0 authored by Peter Kuhn's avatar Peter Kuhn
Browse files

remove gitlab-ci

parent dbf2f931
No related branches found
No related tags found
No related merge requests found
Pipeline #39826 failed
......@@ -68,4 +68,6 @@ messages.json
authorization.json
# OS X files
.DS_Store
\ No newline at end of file
.DS_Store
.gitlab-ci.yml
\ No newline at end of file
stages:
- deploy
deploy:
# Attach Deploy job to Deploy stage
stage: deploy
# Config to use our Runner with Executor Shell
# tags:
# - my-shell-runner
script:
# Only copy changed files to project folder
- cd /opt
- cd "KISusCheck"
- cd "core-engine"
- sudo git pull https://gitlab-ci-token:${CI_JOB_TOKEN}@git.fortiss.org/kisuscheck/core-engine.git
- "sudo docker container stop kisuscheck-core-engine || :"
- "sudo docker container rm kisuscheck-core-engine || :"
- sudo docker build . -t kisuscheck-core-engine
- sudo docker run -p 4999:4999 -d --name kisuscheck-core-engine kisuscheck-core-engine
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