add build environment for CICD build
Some checks failed
Build Resume / build (push) Has been cancelled
Some checks failed
Build Resume / build (push) Has been cancelled
This commit is contained in:
parent
370345a534
commit
a8b72832f7
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ name: Build Resume
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: shell
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue