File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -134,9 +134,9 @@ services:
134134 ruby :
135135 image : " ruby:${RUBY_VERSION}"
136136 entrypoint : [ "ruby" ]
137- rustc :
138- image : " rust:${RUST_VERSION}"
139- entrypoint : [ "rustc" ]
137+ # rustc:
138+ # image: "rust:${RUST_VERSION}"
139+ # entrypoint: [ "rustc" ]
140140 s3cmd :
141141 build :
142142 context : apps/s3cmd
@@ -149,11 +149,11 @@ services:
149149 AWS_SECRET_ACCESS_KEY : " ${AWS_SECRET_ACCESS_KEY:-}"
150150 volumes :
151151 - " ${HOME:-}/.dockerized/apps/s3cmd:/root"
152- semantic-release-cli :
153- << : *node
154- entrypoint : [ "npx", "--package=semantic-release-cli@${SEMANTIC_RELEASE_VERSION}", "semantic-release-cli" ]
155- volumes :
156- - " ${HOME:-}/.dockerized/apps/gh:/root"
152+ # semantic-release-cli:
153+ # <<: *node
154+ # entrypoint: [ "npx", "--package=semantic-release-cli@${SEMANTIC_RELEASE_VERSION}", "semantic-release-cli" ]
155+ # volumes:
156+ # - "${HOME:-}/.dockerized/apps/gh:/root"
157157 swagger-codegen :
158158 image : " swaggerapi/swagger-codegen-cli-v3:${SWAGGER_CODEGEN_VERSION}"
159159 tree :
You can’t perform that action at this time.
0 commit comments