Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git versioning for basic version control #35

Open
ThierryCantin-Demers opened this issue Oct 18, 2024 · 0 comments
Open

Git versioning for basic version control #35

ThierryCantin-Demers opened this issue Oct 18, 2024 · 0 comments

Comments

@ThierryCantin-Demers
Copy link
Contributor

Do not permit user to upload code if git has uncommited files.
Check git commit hash to check if code should be uploaded, should only upload if git commit hash has changed.

Change the cli to have the following args instead of local and remote runs:

  • --runner <runner-group>: if specified, run on specified runner. Otherwie run locally
  • --version <code-version>: if --runner is present, tell runner which code version to run. Otherwise, git checkout the specified git commit hash and run this version.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant