Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
core-engine
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KISusCheck
PUBLIC
Code
core-engine
Commits
d07ae9a0
Commit
d07ae9a0
authored
1 year ago
by
Peter Kuhn
Browse files
Options
Downloads
Patches
Plain Diff
remove gitlab-ci
parent
dbf2f931
No related branches found
No related tags found
No related merge requests found
Pipeline
#39826
failed
1 year ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+3
-1
3 additions, 1 deletion
.gitignore
.gitlab-ci.yml
+0
-19
0 additions, 19 deletions
.gitlab-ci.yml
with
3 additions
and
20 deletions
.gitignore
+
3
−
1
View file @
d07ae9a0
...
...
@@ -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
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
deleted
100644 → 0
+
0
−
19
View file @
dbf2f931
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment