-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix gulp test task execution #6171
Conversation
does it need too be activated there as well ? |
dashboard/Dockerfile
Outdated
RUN apk update && \ | ||
apk add --no-cache git | ||
RUN apt-get update && \ | ||
apt-get install -y git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should add
&& apt-get -y clean \
&& rm -rf /var/lib/apt/lists/* && \
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as now it's switched to debian
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/3577/ |
Signed-off-by: Anna Shumilova <[email protected]>
f9931c1
to
a157aca
Compare
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/3597/ |
Signed-off-by: Anna Shumilova [email protected]
What does this PR do?
Fixes the gulp test task execution.
What issues does this PR fix or reference?
Docs PR
N/A