Skip to content

Commit bc28954

Browse files
committed
DEBUG: Show working directory
1 parent d3374eb commit bc28954

File tree

1 file changed

+28
-25
lines changed

1 file changed

+28
-25
lines changed

.circleci/config.yml

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,8 @@ jobs:
337337
- run:
338338
name: Deploy to PyPI
339339
command: |
340+
pwd
341+
ls
340342
pip install twine future
341343
python setup.py sdist bdist_wheel
342344
# twine upload dist/*
@@ -346,35 +348,36 @@ workflows:
346348
build_test_deploy:
347349
jobs:
348350
- compare_base_dockerfiles
349-
- test_pytest:
350-
requires:
351-
- compare_base_dockerfiles
352-
- test_py3_fmri_fsl_spm:
353-
requires:
354-
- compare_base_dockerfiles
355-
- test_py3_fmri_spm_dartel_multiproc:
356-
requires:
357-
- compare_base_dockerfiles
358-
- test_fmri_spm_nested_fsl_feeds:
359-
requires:
360-
- compare_base_dockerfiles
361-
- deploy_dockerhub:
362-
filters:
363-
branches:
364-
only: master
365-
requires:
366-
- test_pytest
367-
- test_fmri_spm_nested_fsl_feeds
368-
- test_py3_fmri_fsl_spm
369-
- test_py3_fmri_spm_dartel_multiproc
351+
# - test_pytest:
352+
# requires:
353+
# - compare_base_dockerfiles
354+
# - test_py3_fmri_fsl_spm:
355+
# requires:
356+
# - compare_base_dockerfiles
357+
# - test_py3_fmri_spm_dartel_multiproc:
358+
# requires:
359+
# - compare_base_dockerfiles
360+
# - test_fmri_spm_nested_fsl_feeds:
361+
# requires:
362+
# - compare_base_dockerfiles
363+
# - deploy_dockerhub:
364+
# filters:
365+
# branches:
366+
# only: master
367+
# requires:
368+
# - test_pytest
369+
# - test_fmri_spm_nested_fsl_feeds
370+
# - test_py3_fmri_fsl_spm
371+
# - test_py3_fmri_spm_dartel_multiproc
370372
- deploy_pypi:
371373
# filters:
372374
# branches:
373375
# ignore: /.*/
374376
# tags:
375377
# only: /.*/
376378
requires:
377-
- test_pytest
378-
- test_fmri_spm_nested_fsl_feeds
379-
- test_py3_fmri_fsl_spm
380-
- test_py3_fmri_spm_dartel_multiproc
379+
- compare_base_dockerfiles
380+
# - test_pytest
381+
# - test_fmri_spm_nested_fsl_feeds
382+
# - test_py3_fmri_fsl_spm
383+
# - test_py3_fmri_spm_dartel_multiproc

0 commit comments

Comments
 (0)