fix: use /admin as working directory
Build Admin / build (push) Failing after 10s
Details
Build Admin / build (push) Failing after 10s
Details
This commit is contained in:
parent
dba5c9efe2
commit
ecf939f23e
|
|
@ -104,9 +104,8 @@
|
|||
|
||||
echo "🔍 Debugging image structure..."
|
||||
ls -la /
|
||||
ls -la /jam-cloud || echo "/jam-cloud not found"
|
||||
|
||||
cd /jam-cloud/admin
|
||||
cd /admin
|
||||
|
||||
echo "🔧 Configuring bundler for native extensions..."
|
||||
bundle config build.psych --with-yaml-dir=${libyaml-joined}
|
||||
|
|
|
|||
Loading…
Reference in New Issue