File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+
3+ set -euo pipefail
4+
5+ readonly WORKSPACE=/workspaces/sentry-ruby
6+
7+ sudo chown -R sentry:sentry " $WORKSPACE "
8+
9+ cd " $WORKSPACE "
10+ mise trust " $WORKSPACE " > /dev/null
11+
12+ exec " $@ "
Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 --volume "${PWD}:/workspaces/sentry-ruby" \
111111 --volume "${E2E_BUNDLE_VOLUME}:/home/sentry/bundle" \
112112 "ghcr.io/getsentry/sentry-ruby-devcontainer-${{ matrix.ruby.flavor }}:${{ steps.devcontainer-version.outputs.version }}" \
113- .devcontainer/run .devcontainer/setup --only .,spec/apps/rails-mini
113+ .devcontainer/ci- run .devcontainer/setup --only .,spec/apps/rails-mini
114114
115115 - name : Start test services
116116 run : |
@@ -125,7 +125,7 @@ jobs:
125125 --volume "${PWD}:/workspaces/sentry-ruby" \
126126 --volume "${E2E_BUNDLE_VOLUME}:/home/sentry/bundle" \
127127 "ghcr.io/getsentry/sentry-ruby-devcontainer-${{ matrix.ruby.flavor }}:${{ steps.devcontainer-version.outputs.version }}" \
128- .devcontainer/run mise run e2e:serve
128+ .devcontainer/ci- run mise run e2e:serve
129129
130130 # Poll from the runner host, not a container action: the apps' ports are
131131 # published to the host (`--publish`), so `localhost` here reaches them,
You can’t perform that action at this time.
0 commit comments