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
|
path: /dieselcli
|
||||||
commands:
|
commands:
|
||||||
- cargo build
|
- cargo build
|
||||||
|
# just to disable this temporarily
|
||||||
|
when:
|
||||||
|
ref:
|
||||||
|
- refs/tags/*
|
||||||
|
|
||||||
- name: run federation tests
|
- name: run federation tests
|
||||||
image: node:15-alpine3.12
|
image: node:15-alpine3.12
|
||||||
|
@ -83,7 +87,7 @@ steps:
|
||||||
- ls -la
|
- ls -la
|
||||||
- cd api_tests/
|
- cd api_tests/
|
||||||
- ls -la
|
- ls -la
|
||||||
- ./prepare-drone-federation-test.sh
|
- bash prepare-drone-federation-test.sh
|
||||||
- yarn
|
- yarn
|
||||||
- yarn api-test
|
- yarn api-test
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue