Hello,
I am having the following issue.
bash-3.2$ git lfs install
Git LFS initialized.
% git lfs install
Git LFS initialized.
Note: this output is identical to what I see on the bash shell
2018 Mac Mini - 3 GHz 6-Core Intel Core i5
JDK: openjdk 17.0.8.1 2023-08-24
Git Version: 2.37.1
RAM: 16GB
macOS Version: 12.6.1
[2023-10-11 19:27:28,784] Tearing down directories.
[2023-10-11 19:27:28,786] Cancelling timeout
[2023-10-11 19:27:28,787] Completing step with result Result{status=FAILED, error=Some(Error{key='runner.git.git-lfs-not-installed', message='Git LFS must be installed in order to use it in bitbucket-pipelines.yaml.', arguments={}})}.
[2023-10-11 19:27:29,041] Setting runner state to not executing step.
[2023-10-11 19:27:29,041] Waiting for next step.
The latest at the time of writing: 1.509
This step passes:
custom:
Test Git LFS:
- step:
runs-on: *mobile-macos
name: 'Test Git LFS'
clone:
lfs: false
enabled: false
script:
- git lfs version
- git-lfs version
This one fails in setup before it even starts at the lfs check
steps:
- step: &build-test
clone:
lfs: true
name: Build and test
runs-on: *mobile-macos
Snippet from .bashrc
export PATH="$PATH:/usr/local/bin"
# homebrew
eval "$(/usr/local/bin/brew shellenv)"
Hi @Duncan Tyrell,
Thank you for reaching out and for the info you have provided. Just a heads up, I moved your post to a new question. Please create a new question if you need assistance, as an existing question may become difficult to follow if we try to troubleshoot multiple users' issues.
I will reach out to the development team for input and I will get back to you.
Kind regards,
Theodora
Hi Duncan,
Can you please confirm if both steps (the one with clone: lfs: false and the one with clone: lfs: true) run on the same runner and on the same Mac?
If so, I can create a support ticket on your behalf for this issue for further investigation.
You can also create a ticket yourself if you prefer that. You can create a ticket via https://support.atlassian.com/contact/#/, in "What can we help you with?" select "Technical issues and bugs" and then Bitbucket Cloud as product. When you are asked to provide the workspace URL, please make sure you enter the URL of the workspace that is on a paid billing plan to proceed with ticket creation.
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Theodora Boudale I can confirm they are both run on the same machine, as we currently have only one macOS runner configured. I will raise the ticket.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.