Skip to content

Commit

Permalink
Try to address gitlab docker build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
sidoruka committed Jan 11, 2024
1 parent 0da014c commit b1bbd55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion deploy/docker/cp-git/Dockerfile.15.5
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ RUN curl -k -sL "https://cloud-pipeline-oss-builds.s3.amazonaws.com/tools/jq/jq-

ENTRYPOINT ["/bin/sh", "-c"]
CMD ["/update_config.sh; /assets/wrapper"]
No newline at end of file
2 changes: 1 addition & 1 deletion deploy/docker/cp-git/Dockerfile.9.4
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ RUN curl -k -sL "https://cloud-pipeline-oss-builds.s3.amazonaws.com/tools/jq/jq-
chmod +x /usr/bin/jq

ENTRYPOINT ["/bin/sh", "-c"]
CMD ["/update_config.sh; /assets/wrapper"]
CMD ["/update_config.sh; /assets/wrapper"]

0 comments on commit b1bbd55

Please sign in to comment.