Compare commits
2 commits
main
...
deployment
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e469f937c | |||
| bfe7415f9d |
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
|
|
||||||
- name: Checkout Continuwuity
|
- name: Checkout Continuwuity
|
||||||
run: |
|
run: |
|
||||||
REF=${{ github.event.client_payload.ref || 'main' }}
|
REF=${{ github.event.client_payload.ref || 'deployment' }}
|
||||||
git clone --depth 1 --branch "${REF##refs/heads/}" \
|
git clone --depth 1 --branch "${REF##refs/heads/}" \
|
||||||
http://forgejo.tooling.svc.cluster.local:3000/ember/continuwuity.git .
|
http://forgejo.tooling.svc.cluster.local:3000/ember/continuwuity.git .
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ name: Trigger CI Pipeline
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- deployment
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
dispatch:
|
dispatch:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue