execute with bash

This commit is contained in:
Felix Ableitner 2020-12-10 18:22:47 +01:00
parent dd6b539119
commit 53c4aab6af
1 changed files with 5 additions and 1 deletions

View File

@ -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