Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
api-client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Arkindex
api-client
Commits
55f1d4cd
Commit
55f1d4cd
authored
6 years ago
by
Erwan Rouchet
Committed by
Bastien Abadie
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix docs CI again
parent
f2d68deb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-3
2 additions, 3 deletions
.gitlab-ci.yml
setup.py
+1
-0
1 addition, 0 deletions
setup.py
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
2
−
3
View file @
55f1d4cd
...
...
@@ -2,7 +2,6 @@ image: python:3.5
stages
:
-
test
-
deploy
-
docs
client-tests
:
stage
:
test
...
...
@@ -57,7 +56,7 @@ client-deploy-testpypi:
-
twine upload dist/* -r testpypi
pages
:
stage
:
d
ocs
stage
:
d
eploy
only
:
-
master
artifacts
:
...
...
@@ -68,4 +67,4 @@ pages:
script
:
-
cd docs
-
make html
-
mv _build/html public
-
mv _build/html
../
public
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
0
View file @
55f1d4cd
...
...
@@ -21,6 +21,7 @@ setup(
license
=
'
MIT
'
,
description
=
"
API client for the Arkindex project
"
,
long_description
=
open
(
'
README.md
'
).
read
(),
long_description_content_type
=
'
text/markdown
'
,
keywords
=
"
api client arkindex
"
,
url
=
"
https://gitlab.com/arkindex/api-client
"
,
classifiers
=
[
...
...
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