mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-21 07:49:34 +01:00
ci: fix all stages
This commit is contained in:
parent
221f8db31c
commit
e4f4bbb43f
@ -109,14 +109,14 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- *install-node
|
- *install-node
|
||||||
- *install-task-binary
|
- *install-task-binary
|
||||||
- run: sudo apk add rpm
|
- run: sudo apt-get install rpm
|
||||||
- *get-code
|
- *get-code
|
||||||
- *load-go-cache
|
- *load-go-cache
|
||||||
- *load-npm-cache
|
- *load-npm-cache
|
||||||
- run: task deps
|
- run: task deps
|
||||||
- run: task compile
|
- run: task compile
|
||||||
- *test-compile-changes
|
- *test-compile-changes
|
||||||
- *unlock-gpg
|
# - *unlock-gpg
|
||||||
- run: task build
|
- run: task build
|
||||||
- *store-bin-artifacts
|
- *store-bin-artifacts
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user