Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fluidparticles
MigFlow
Commits
f6cca483
Commit
f6cca483
authored
Jun 18, 2020
by
Jonathan Lambrechts
Browse files
remove debug lines
parent
9324b1e1
Pipeline
#7747
passed with stages
in 3 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f6cca483
...
...
@@ -57,7 +57,6 @@ mftests :
-
pip3 install --user dist/*manylinux1_x86_64*
-
cd validation
-
python3 mbtests.py
-
echo 'TAG :' $CI_COMMIT_TAG "TWINE USERNAME " $TWINE_USERNAME
mfdeploy-test
:
image
:
immc/migflow-build:v0.6
...
...
@@ -66,7 +65,6 @@ mfdeploy-test :
-
if
:
'
$CI_COMMIT_TAG
=~
/^w-.*$/'
when
:
always
script
:
-
echo 'TAG :' $CI_COMMIT_TAG "TWINE USERNAME " $TWINE_USERNAME
-
twine upload --repository testpypi dist/*
...
...
@@ -77,5 +75,4 @@ mfdeploy :
-
if
:
'
$CI_COMMIT_TAG
=~
/^v-.*$/'
when
:
always
script
:
-
echo 'TAG :' $CI_COMMIT_TAG "TWINE USERNAME " $TWINE_USERNAME
-
twine upload dist/*
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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