From 1e5503e3de0fc67961a2d4165c4b394b680ac962 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Mon, 12 Feb 2024 23:13:11 -0800 Subject: [PATCH] #120 Revert to minimal useful --- .gitea/workflows/docker-compose-config.yaml | 5 ----- .gitea/workflows/first-action.yaml | 14 -------------- 2 files changed, 19 deletions(-) delete mode 100644 .gitea/workflows/first-action.yaml diff --git a/.gitea/workflows/docker-compose-config.yaml b/.gitea/workflows/docker-compose-config.yaml index ffc0eb0..6f37073 100644 --- a/.gitea/workflows/docker-compose-config.yaml +++ b/.gitea/workflows/docker-compose-config.yaml @@ -13,9 +13,4 @@ jobs: for compose in $(find "$PWD"/ -name docker-compose.yml); do echo $(dirname $compose)/ done - - name: Compose Config - uses: actions-hub/docker/cli@master - env: - SKIP_LOGIN: true - - run: docker compose version - run: echo "Job status ${{ job.status }}" \ No newline at end of file diff --git a/.gitea/workflows/first-action.yaml b/.gitea/workflows/first-action.yaml deleted file mode 100644 index ac7544f..0000000 --- a/.gitea/workflows/first-action.yaml +++ /dev/null @@ -1,14 +0,0 @@ -name: First Gitea Action -run-name: ${{ gitea.actor }} is testin Gitea Actions -on: [push] - -jobs: - my-shell-script: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - - name: List files and directories - run: | - ls ${{ gitea.workspace }} - - run: echo "Job status ${{ job.status }}" \ No newline at end of file