Rename Stage
This commit is contained in:
parent
7d24333c8a
commit
5abf161fda
1 changed files with 2 additions and 2 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
image: ubuntu:18.04
|
image: ubuntu:18.04
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- Build
|
- Linux-Build
|
||||||
- Release
|
- Release
|
||||||
|
|
||||||
Build Linux Packages:
|
Build Linux Packages:
|
||||||
stage: Build
|
stage: Linux-Build
|
||||||
script:
|
script:
|
||||||
- cd browser/linux
|
- cd browser/linux
|
||||||
- ./build.sh
|
- ./build.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue