Compare commits
No commits in common. "19755c0b99175f5829b3e854587c85a8699e839a" and "34d99b8be2a7dc2ebcf072b3bb2e5292868af537" have entirely different histories.
19755c0b99
...
34d99b8be2
@ -8,44 +8,15 @@ on:
|
|||||||
- master
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build:local:
|
build:local:
|
||||||
runs-on: native
|
runs-on: native
|
||||||
steps:
|
steps:
|
||||||
- name: Configure SSH
|
|
||||||
run: |
|
|
||||||
getent passwd `id -u`
|
|
||||||
echo "HOME=$HOME"
|
|
||||||
export "HOME=/var/lib/gitea-runner/"
|
|
||||||
mkdir -p ~/.ssh/
|
|
||||||
echo "$SSH_KEY" > ~/.ssh/id_ed25519
|
|
||||||
chmod 600 ~/.ssh/id_ed25519
|
|
||||||
cut -c 75- ~/.ssh/id_ed25519
|
|
||||||
wc -l ~/.ssh/id_ed25519
|
|
||||||
md5sum ~/.ssh/id_ed25519
|
|
||||||
env:
|
|
||||||
SSH_KEY: ${{ secrets.SSH_KEY }}
|
|
||||||
- name: Test SSH
|
|
||||||
run: ssh -v git@gitlab-internal.bsc.es
|
|
||||||
- uses: https://gitea.com/ScMi1/checkout@v1.4
|
- uses: https://gitea.com/ScMi1/checkout@v1.4
|
||||||
- run: nix build -L --no-link .#ovniPackages.local
|
- run: nix build -L --no-link .#ovniPackages.local
|
||||||
|
|
||||||
build:rt:
|
build:rt:
|
||||||
runs-on: native
|
runs-on: native
|
||||||
steps:
|
steps:
|
||||||
- name: Configure SSH
|
|
||||||
run: |
|
|
||||||
echo "HOME=$HOME"
|
|
||||||
export "HOME=/var/lib/gitea-runner/"
|
|
||||||
mkdir -p ~/.ssh/
|
|
||||||
echo "$SSH_KEY" > ~/.ssh/id_ed25519
|
|
||||||
chmod 600 ~/.ssh/id_ed25519
|
|
||||||
wc -l ~/.ssh/id_ed25519
|
|
||||||
md5sum ~/.ssh/id_ed25519
|
|
||||||
env:
|
|
||||||
SSH_KEY: ${{ secrets.SSH_KEY }}
|
|
||||||
- name: Test SSH
|
|
||||||
run: ssh -v git@gitlab-internal.bsc.es
|
|
||||||
- uses: https://gitea.com/ScMi1/checkout@v1.4
|
- uses: https://gitea.com/ScMi1/checkout@v1.4
|
||||||
- run: nix build -L --no-link .#ovniPackages.rt
|
- run: nix build -L --no-link .#ovniPackages.rt
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user