Skip to content

Commit

Permalink
fix ?
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Sep 6, 2024
1 parent 0f8c597 commit e9da73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
docker cp . ostap-build:/osya
displayName: 'docker container'
- script: |
sudo yum install libdb-dev
sudo app-get install libdb-dev
docker run --rm -v /cvmfs:/cvmfs:shared --volumes-from ostap-build -u:0 --security-opt seccomp=unconfined ${{ parameters.dockername }} /bin/bash -c "cd /osya/ && ./.aux/build_with_lcg ${{ parameters.LCG }} ${{ parameters.CMTCONFIG }}"
displayName: 'build stage'
- script: |
Expand Down

0 comments on commit e9da73d

Please sign in to comment.