balls
All checks were successful
link / Link assets on Linux (push) Successful in 7s

This commit is contained in:
6arelyFuture 2024-03-26 17:37:23 +01:00
parent dea43a249d
commit f9f511ebf4
2 changed files with 10 additions and 12 deletions

View File

@ -16,16 +16,11 @@ jobs:
# NOTE - If LFS ever starts getting used for storing zones, switch this to true! # NOTE - If LFS ever starts getting used for storing zones, switch this to true!
lfs: false lfs: false
- name: Install Docker - name: Test Docker
run: | uses: addnab/docker-run-action@v3
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh
- name: Setup OAT
uses: diamante0018/setup-oat@main
with: with:
version: "0.10.0" image: ubuntu:noble
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
- name: Link assets
run: | run: |
docker run -it --rm -v ${{ gitea.workspace }}:/workspace --workdir /workspace ubuntu:noble sh -c "ls -al" cd ${{ github.workspace }}
./test.sh

3
test.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
echo "hello"