Try more
This commit is contained in:
@@ -41,7 +41,17 @@ jobs:
|
||||
echo "Outside Docker:"
|
||||
realpath .
|
||||
ls -l
|
||||
.ci/dolphin/build-gamecube.sh
|
||||
echo "Running build"
|
||||
docker build -t dolbuild:latest -f .ci/dolphin/Dockerfile .
|
||||
echo "Spin up container and run build script"
|
||||
docker run -u "$(id -u):$(id -g)" -w /app -v "$(pwd):/app" dolbuild:latest /bin/bash -c ' \
|
||||
echo "Inside Docker:" && \
|
||||
echo "Current dir" && \
|
||||
realpath . && \
|
||||
ls -l && \
|
||||
echo "/app" && \
|
||||
ls -l /app
|
||||
'
|
||||
- name: Copy GameCube
|
||||
run: |
|
||||
mkdir -p build/gitea/GameCube/Dusk
|
||||
|
||||
Reference in New Issue
Block a user