Skip to content

Commit

Permalink
CI: clean up ssh options
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
bkpoon committed Aug 31, 2024
1 parent 983b8ae commit 429625e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .azure-pipelines/download-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ jobs:

steps:

- task: DownloadSecureFile@1
name: ssh_config
inputs:
secureFile: ssh.config

# download sources
- checkout: self
path: ./modules/cctbx_project
Expand All @@ -29,7 +24,6 @@ jobs:
- script: |
cd $(Pipeline.Workspace)
export SVN_SSH="ssh -F $(ssh_config.secureFilePath)"
python bootstrap.py hot update --builder=cctbx --python=38 ${{ parameters.flags }}
displayName: Download sources
Expand Down

0 comments on commit 429625e

Please sign in to comment.