Can anyone confirm whether or not the git_clone st...
# ask-community
p
Can anyone confirm whether or not the git_clone step within a deployment is able to specify a specific tag or commit hash to pull from? We're at the last step of instrumenting a ci/cd solution
n
yes! i believe the kwarg is
ref
i lied!
ok i think
commit_sha
is actually what you're looking for here
🙌 1
p
yay, thank you!
n
catjam