Skip to content

Commit 8405a9c

Browse files
authored
CD: adapt to ocrd-all-dockerhub.json → ocrd-all-meta.json
1 parent ba0b7a1 commit 8405a9c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,13 @@ commands:
121121
path: ocrd-all-module-dir.json
122122
destination: ocrd-all-module-dir.json
123123
- run:
124-
name: store ocrd-all-dockerhub.json
124+
name: store ocrd-all-meta.json
125125
command: |
126126
id=`docker create ocrd/all:maximum`
127-
docker cp $id:/build/ocrd-all-dockerhub.json .
127+
docker cp $id:/build/ocrd-all-meta.json .
128128
- store_artifacts:
129-
path: ocrd-all-dockerhub.json
130-
destination: ocrd-all-dockerhub.json
129+
path: ocrd-all-meta.json
130+
destination: ocrd-all-meta.json
131131
- when:
132132
condition:
133133
equal: [ maximum-cuda, << parameters.tag >> ]

0 commit comments

Comments
 (0)