mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2026-01-06 11:00:10 -06:00
deploy: remove package scripts
This commit is contained in:
28
.github/workflows/build-eggsfs.yml
vendored
28
.github/workflows/build-eggsfs.yml
vendored
@@ -1,28 +0,0 @@
|
||||
name: Build and Package EggsFS
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
environment:
|
||||
required: true
|
||||
type: choice
|
||||
default: prod
|
||||
options:
|
||||
- prod
|
||||
- staging
|
||||
- dev
|
||||
jobs:
|
||||
|
||||
build:
|
||||
runs-on: [self-hosted, restech]
|
||||
|
||||
steps:
|
||||
- name: Checkout Eggs Repo
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: XTX/eggsfs
|
||||
path: 'eggs_repo'
|
||||
- name: Package EggsFS
|
||||
shell: bash
|
||||
working-directory: eggs_repo
|
||||
run: ./deploy/eggsctrl.py package --build-number $((${{ github.run_number }} + 1000))
|
||||
Reference in New Issue
Block a user