Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
senpy
senpy
Commits
454aa61f
Commit
454aa61f
authored
Feb 27, 2017
by
J. Fernando Sánchez
Browse files
Fixed CI problem
parent
ba2e1812
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
454aa61f
...
...
@@ -56,6 +56,8 @@ image-2.7:
image-latest
:
stage
:
release
variables
:
IMAGENAME
:
$CI_REGISTRY_IMAGE
before_script
:
-
docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY
script
:
...
...
.pre-commit-config.yaml
0 → 100644
View file @
454aa61f
-
repo
:
git://github.com/pre-commit/pre-commit-hooks
sha
:
e626cd57090d8df0be21e4df0f4e55cc3511d6ab
hooks
:
-
id
:
flake8
-
id
:
check-json
\ No newline at end of file
Makefile
View file @
454aa61f
...
...
@@ -87,7 +87,7 @@ git_commit:
git_tag
:
git tag
${VERSION}
upload_git
:
git_push
:
git push
--tags
origin master
pip_upload
:
...
...
J. Fernando Sánchez
@jfsanchez
mentioned in issue
#10 (closed)
·
Mar 01, 2017
mentioned in issue
#10 (closed)
mentioned in issue #10
Toggle commit list
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment