Install git for apps that want to get their commit sha (#854)
Lint Checks / Run linter (push) Failing after 4s
Details
Publish / Build and publish (push) Failing after 5s
Details
Webapp Test / Run webapp test suite (push) Failing after 3s
Details
Smoke Test / Run basic test suite (push) Failing after 3s
Details
Deploy Test / Run deploy test suite (push) Failing after 3s
Details
Lint Checks / Run linter (push) Failing after 4s
Details
Publish / Build and publish (push) Failing after 5s
Details
Webapp Test / Run webapp test suite (push) Failing after 3s
Details
Smoke Test / Run basic test suite (push) Failing after 3s
Details
Deploy Test / Run deploy test suite (push) Failing after 3s
Details
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/854 Reviewed-by: Thomas E Lackey <telackey@noreply.git.vdb.to> Co-authored-by: David Boreham <dboreham@noreply.git.vdb.to> Co-committed-by: David Boreham <dboreham@noreply.git.vdb.to>pull/734/head v1.1.0-df776c1-202406250504
parent
48a3e79e6a
commit
df776c1b4c
|
|
@ -32,7 +32,7 @@ RUN \
|
|||
|
||||
# [Optional] Uncomment this section to install additional OS packages.
|
||||
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
||||
&& apt-get -y install --no-install-recommends jq gettext-base
|
||||
&& apt-get -y install --no-install-recommends jq gettext-base git
|
||||
|
||||
# [Optional] Uncomment if you want to install an additional version of node using nvm
|
||||
# ARG EXTRA_NODE_VERSION=10
|
||||
|
|
|
|||
Loading…
Reference in New Issue