4 lines
81 B
Bash
Executable file
4 lines
81 B
Bash
Executable file
#!/bin/bash
|
|
set -euxo pipefail
|
|
|
|
cd tests && make delete-${CI_PLATFORM} -s ; cd -
|