You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tst+fix: do not save empty tar.gz file + use fastest gzip compression
- Previously, an empty tar.gz file was created on containers 1-3 to avoid errors when persisting to workspace. Container 0 saves the Docker images to tar.gz, but the empty tar.gz file would sometimes overwrite the tar.gz with the Docker images. Consequently, the deploy step would try to load Docker images from an empty tar.gz file and would fail.
- To avoid errors on `persist_to_workspace`, save docker/* instead of docker/nipype-base-latest-py36-py27.tar.gz.
0 commit comments