Skip to content

Commit

Permalink
azure: try to manual install highline gem
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrys committed Jul 16, 2024
1 parent c85cd44 commit a75bdcf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,12 @@ stages:
inputs:
targetType: 'inline'
script: 'mkdir $BUILD_ARTEFACTS_DIR'
- task: Bash@3
inputs:
targetType: 'inline'
script: 'gem install highline'
- script: $BUILD_DIR/.ci/azure-build.sh

- script: $BUILD_DIR/.ci/azure-build.sh

- task: S3Upload@1
inputs:
regionName: 'eu-central-1'
Expand Down

0 comments on commit a75bdcf

Please sign in to comment.