Skip to content

Commit dbd25db

Browse files
sergejparitynathanwhit
authored andcommitted
fix docker description publishing (paritytech#13399)
1 parent aa56e92 commit dbd25db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/gitlab/pipeline/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
DOCKER_PASSWORD: $Docker_Hub_Pass_Parity
6262
README_FILEPATH: $CI_PROJECT_DIR/scripts/ci/docker/$PRODUCT.Dockerfile.README.md
6363
script:
64-
- echo # Dummy command to satisfy GitLab CI linter.
64+
- cd / && sh entrypoint.sh
6565

6666
# publish image to docker.io/paritypr, (e.g. for later use in zombienet testing)
6767
.build-push-image-temporary:

0 commit comments

Comments
 (0)