pull/531/head
Frostebite 2024-01-07 15:26:43 +00:00
parent c30f58b3ea
commit 144045f02e
4 changed files with 4 additions and 3 deletions

View File

@ -120,8 +120,7 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
GIT_PRIVATE_TOKEN: ${{ secrets.GIT_PRIVATE_TOKEN }} GIT_PRIVATE_TOKEN: ${{ secrets.GIT_PRIVATE_TOKEN }}
GITHUB_TOKEN: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
${{ secrets.GITHUB_TOKEN }}
# needs: # needs:
# - smokeTests # - smokeTests
# - buildTargetTests # - buildTargetTests

1
dist/index.js generated vendored
View File

@ -5965,6 +5965,7 @@ node ${builderPath} -m remote-cli-pre-build`;
chmod -R +x "/steps" chmod -R +x "/steps"
echo "game ci start" echo "game ci start"
echo "game ci start" >> /home/job-log.txt echo "game ci start" >> /home/job-log.txt
mkdir -p ${`${cloud_runner_folders_1.CloudRunnerFolders.ToLinuxFolder(cloud_runner_folders_1.CloudRunnerFolders.projectBuildFolderAbsolute)}/BlankProject`}
/entrypoint.sh | node ${builderPath} -m remote-cli-log-stream --logFile /home/job-log.txt /entrypoint.sh | node ${builderPath} -m remote-cli-log-stream --logFile /home/job-log.txt
node ${builderPath} -m remote-cli-post-build`; node ${builderPath} -m remote-cli-post-build`;
} }

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -108,6 +108,7 @@ node ${builderPath} -m remote-cli-pre-build`;
chmod -R +x "/steps" chmod -R +x "/steps"
echo "game ci start" echo "game ci start"
echo "game ci start" >> /home/job-log.txt echo "game ci start" >> /home/job-log.txt
mkdir -p ${`${CloudRunnerFolders.ToLinuxFolder(CloudRunnerFolders.projectBuildFolderAbsolute)}/BlankProject`}
/entrypoint.sh | node ${builderPath} -m remote-cli-log-stream --logFile /home/job-log.txt /entrypoint.sh | node ${builderPath} -m remote-cli-log-stream --logFile /home/job-log.txt
node ${builderPath} -m remote-cli-post-build`; node ${builderPath} -m remote-cli-post-build`;
} }