Skip to content

Commit

Permalink
up8
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolkl committed Mar 6, 2021
1 parent da8ea3e commit b0c18ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/scripts/post_pr_comment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ generate_post_data()
EOF
}
PR_NUMBER=$(echo $GITHUB_REF | awk 'BEGIN { FS = "/" } ; { print $3 }')
echo "github ref:" $GITHUB_REF
echo "pr number:" $PR_NUMBER
echo "github_repository:" $GITHUB_REPOSITORY
curl -s -H "Authorization: token ${KEY4HEP_COMMENT_BOT_TOKEN}" \
-X POST -d "$(generate_post_data)" \
"https://api.github.com/repos/${GITHUB_REPOSITORY}/issues/${PR_NUMBER}/comments"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/concretize-lxplus-pr-target.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
docker run -it --name CI_container -e GITHUB_ENV=${GITHUB_ENV} -v ${GITHUB_WORKSPACE}:/Package -v /cvmfs:/cvmfs:shared -d clicdp/cc7-lcg /bin/bash
- name: Setup container
run: |
docker exec CI_container /bin/bash -c " ln -s /usr/lib64/liblzma.so.5.2.2 /usr/lib64/liblzma.so;"
docker exec CI_container /bin/bash -c ' ln -s /usr/lib64/liblzma.so.5.2.2 /usr/lib64/liblzma.so;\
yum -y install gcc;'
- name: Setup Spack
run: |
Expand Down

0 comments on commit b0c18ec

Please sign in to comment.