Skip to content

Commit d843178

Browse files
authored
Update .circleci/config.yml
1 parent bd6b35d commit d843178

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ jobs:
160160
done && [ "$e" -eq "0" ]
161161
162162
DOCKER_VERSION=$( docker run --rm nipreps/mriqc:latest --version )
163+
echo "Target version: \"${CIRCLE_TAG:-$THISVERSION}\""
164+
echo "Docker version: \"${DOCKER_VERSION}\""
163165
test "${CIRCLE_TAG:-$THISVERSION}" == "$DOCKER_VERSION"
164166
- run:
165167
name: Docker push to local registry

0 commit comments

Comments
 (0)