I am trying to run a task that is completely detached from git - remotely.
The script uploads fine but in the UI, the git repo appears as “origin”.
When the agent tries to pick this up, it fails on trying to clone “origin”.
What can I do to let the agent know it shouldn’t clone at all?
` created virtual environment CPython3.8.12.final.0-64 in 415ms
creator CPython3Posix(dest=/home/ec2-user/.clearml/venvs-builds/3.8, clear=False, no_vcs_ignore=False, global=False)
seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/ec2-user/.local/share/virtualenv)
added seed packages: pip==22.2.2, setuptools==65.3.0, wheel==0.37.1
activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator
Could not lock cache folder "origin" (timeout 300 sec), using temp vcs cache.
cloning: origin
fatal: repository 'origin' does not exist
Repository cloning failed: Command '['clone', 'origin', '/home/ec2-user/.clearml/vcs-cache/origin.7c49b153d4b59f8c0cf8c3e18dc80cb7_04219037699068626/origin', '--quiet', '--recursive']' returned non-zero exit status 128. `