Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
siibra-python-mirror
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EBRAINS RI
Tech Hub
Apps
siibra
siibra-python-mirror
Commits
35ab2bca
Commit
35ab2bca
authored
5 months ago
by
Ahmet Nihat Simsek
Browse files
Options
Downloads
Patches
Plain Diff
remove gitlab yml
parent
dde643bd
Loading
Loading
Pipeline
#59263
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-33
0 additions, 33 deletions
.gitlab-ci.yml
with
0 additions
and
33 deletions
.gitlab-ci.yml
deleted
100644 → 0
+
0
−
33
View file @
dde643bd
image
:
python:3.8
stages
:
-
test
-
build
-
deploy
before-script
:
script
:
-
python -m pip install --upgrade pip
test
:
stage
:
test
script
:
-
pip install -r requirements.txt
-
pip install coverage
-
coverage run -m unittest
-
coverage html -d coverage
-
coverage xml
artifacts
:
paths
:
-
coverage/
reports
:
cobertura
:
coverage.xml
staging
:
stage
:
build
script
:
-
echo "Hello, $GITLAB_USER_LOGIN!"
pypi
:
stage
:
deploy
script
:
-
echo "This job deploys something from the $CI_COMMIT_BRANCH branch."
This diff is collapsed.
Click to expand it.
Preview
0%
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