Skip to content

App-package-gen and unity-app-gen must be pinned to releases not the main branch #166

Closed
@mike-gangl

Description

@mike-gangl

cd /home/gitlab-runner
su gitlab-runner -c "git clone https://github.com/unity-sds/app-pack-generator.git"
pip3 install app-pack-generator/
su gitlab-runner -c "git clone https://github.com/unity-sds/unity-app-generator.git"
pip3 install unity-app-generator/

Anytime a new gitrunner is deployed (or if the instance crashes and a new one is brought up) it will fetch the lates code regardless of if it's been tested or not. By pinning this to a release or a specific commit hash, we know what will be deployed regardless of when the deployment happens.

Metadata

Metadata

Labels

U-ADSbugSomething isn't working

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions