mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-06 00:49:52 +00:00
execute with bash
This commit is contained in:
parent
dd6b539119
commit
53c4aab6af
1 changed files with 5 additions and 1 deletions
|
@ -75,6 +75,10 @@ steps:
|
|||
path: /dieselcli
|
||||
commands:
|
||||
- cargo build
|
||||
# just to disable this temporarily
|
||||
when:
|
||||
ref:
|
||||
- refs/tags/*
|
||||
|
||||
- name: run federation tests
|
||||
image: node:15-alpine3.12
|
||||
|
@ -83,7 +87,7 @@ steps:
|
|||
- ls -la
|
||||
- cd api_tests/
|
||||
- ls -la
|
||||
- ./prepare-drone-federation-test.sh
|
||||
- bash prepare-drone-federation-test.sh
|
||||
- yarn
|
||||
- yarn api-test
|
||||
|
||||
|
|
Loading…
Reference in a new issue