Create run YMLs

hub
FriendlyNeighborhoodShane 3 years ago
parent 171536c7fe
commit 666c777d2f

@ -0,0 +1,15 @@
# Simple, no-dependency config to execute a file
on:
push:
workflow_dispatch:
jobs:
run:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ github.token }}
steps:
- run: |
git clone --single-branch "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY" .
./run

@ -0,0 +1,8 @@
# Simple, no-dependency config to execute a file
run:
image: ubuntu:latest
variables:
GITLAB_TOKEN: $CI_JOB_TOKEN
script: |
./run
Loading…
Cancel
Save