parent
0eb4c290d0
commit
575ced1b95
2 changed files with 4 additions and 7 deletions
|
@ -1,17 +1,13 @@
|
|||
on: [pull_request]
|
||||
jobs:
|
||||
build:
|
||||
env:
|
||||
RUNNER_TOOL_CACHE: /toolcache
|
||||
runs-on: docker
|
||||
container:
|
||||
image: git.php.fail/lubiana/container/php:ci
|
||||
steps:
|
||||
- run: ls -l /
|
||||
- run: ls -l /opt
|
||||
- run: echo 'lol' >> /opt/hostedtoolcache/omg.txt
|
||||
- run: cat /opt/hostedtoolcache/omg.txt
|
||||
- name: lol
|
||||
run: |
|
||||
output=$(cat ./output.txt)
|
||||
output=$(cat output.txt)
|
||||
echo $output
|
||||
curl -vvv -X POST \
|
||||
-H "Authorization: token ${GITHUB_TOKEN}" \
|
||||
|
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
.idea
|
Loading…
Reference in a new issue