File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,12 +34,14 @@ RUN groupadd --gid 1000 sentry \
3434 && useradd --uid 1000 --gid sentry --shell /bin/bash --create-home sentry
3535
3636WORKDIR /workspace/sentry
37+
3738RUN chown -R sentry:sentry /workspace/sentry
38- RUN mkdir /workspace/gems && chown -R sentry:sentry /workspace/gems
3939
4040ARG VERSION
4141ARG GEM_HOME="/workspace/gems/${VERSION}"
4242
43+ RUN mkdir /workspace/gems && chown -R sentry:sentry /workspace/gems
44+
4345ENV LANG=C.UTF-8 \
4446 BUNDLE_JOBS=4 \
4547 BUNDLE_RETRY=3 \
Original file line number Diff line number Diff line change 22
33set -e
44
5- sudo chown -R sentry:sentry /workspace/sentry/log
5+ sudo chown -R sentry:sentry /workspace/sentry
66
77echo " Setting up sentry-test environment..."
88cd /workspace/sentry
99
1010git config --global --add safe.directory /workspace/sentry
1111
12- echo " Installing bundle dependencies in root folder ..."
12+ echo " Installing bundle dependencies in /workspace/sentry ..."
1313bundle install
1414
1515echo " ✅ sentry-test setup completed!"
You can’t perform that action at this time.
0 commit comments