Clean up
This commit is contained in:
parent
11b6d09c08
commit
31afcba9e5
@ -1,4 +1,4 @@
|
|||||||
name: Example
|
name: Nix Binary Cache
|
||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
@ -7,11 +7,9 @@ env:
|
|||||||
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
|
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Example:
|
Nix-Binary-Cache:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: node --version
|
|
||||||
|
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: https://github.com/cachix/install-nix-action@v23
|
uses: https://github.com/cachix/install-nix-action@v23
|
||||||
with:
|
with:
|
||||||
@ -23,28 +21,14 @@ jobs:
|
|||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Get ENV var names
|
- name: Install dependencies
|
||||||
run: printenv | cut -d'=' -f1
|
|
||||||
|
|
||||||
- name: List files in the repository
|
|
||||||
run: |
|
run: |
|
||||||
ls ${{ gitea.workspace }}
|
nix profile install nixpkgs#cowsay
|
||||||
|
nix profile install nixpkgs#curl
|
||||||
|
|
||||||
# - name: Install dependencies
|
- run: cowsay testing
|
||||||
# run: |
|
|
||||||
# nix profile install nixpkgs#cowsay
|
|
||||||
# nix profile install nixpkgs#curl
|
|
||||||
|
|
||||||
# - run: cowsay testing
|
- run: curl -I s0.koi-bebop.ts.net
|
||||||
|
|
||||||
# - run: curl -I s0.koi-bebop.ts.net
|
|
||||||
|
|
||||||
- name: Test format
|
|
||||||
run: |
|
|
||||||
echo "${{ secrets.TEST_SECRET }}" | base64 -d > ./.test_file
|
|
||||||
md5sum ./.test_file
|
|
||||||
cat ./.test_file
|
|
||||||
base64 ./.test_file
|
|
||||||
|
|
||||||
- name: Setup SSH For Pushing to Binary Cache
|
- name: Setup SSH For Pushing to Binary Cache
|
||||||
run: |
|
run: |
|
@ -3,7 +3,6 @@ run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
|
|||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
if: ${{ false }} # disable for now
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user