From 575ced1b95717bf26e249e106b0821797150bb03 Mon Sep 17 00:00:00 2001 From: lubiana Date: Tue, 17 Sep 2024 18:51:24 +0200 Subject: [PATCH] test --- .forgejo/workflows/demo.yml | 10 +++------- .gitignore | 1 + 2 files changed, 4 insertions(+), 7 deletions(-) create mode 100644 .gitignore diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index 217696b..9e9efef 100644 --- a/.forgejo/workflows/demo.yml +++ b/.forgejo/workflows/demo.yml @@ -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}" \ diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..723ef36 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea \ No newline at end of file