Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kirre-bylund committed Nov 1, 2024
1 parent 9c385e3 commit 74e18e5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/selfhosted-poc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,7 @@ jobs:
- name: Run UAT
run: |
docker run --rm -ti -v "$(pwd):/mnt/source" ghcr.io/epicgames/unreal-engine:dev-5.4
pwd
ls -als /mnt/source
ls -als /home
ls -als /home/ue5/UnrealEngine/Engine/Build/BatchFiles/
exit
docker run --rm -v "$(pwd):/mnt/source" ghcr.io/epicgames/unreal-engine:dev-5.4 /home/ue5/UnrealEngine/Engine/Build/BatchFiles/RunUAT.sh BuildPlugin -TargetPlatforms="Linux" -Plugin="mnt/source/LootLockerSDK/LootLockerSDK.uplugin" -Package="/mnt/package" -Rocket -enablecodeanalysis
ping-stage-test:
name: Ping stage backend
Expand Down

0 comments on commit 74e18e5

Please sign in to comment.