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