204367b74d
Change-Id: I33c65a37ecd8fcb89729b2a8db3906c6b8890ca3
4 lines
134 B
Bash
Executable File
4 lines
134 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euxo pipefail
|
|
curl -X POST -F "jenkinsfile=<$1" https://build.dev.storj.io/pipeline-model-converter/validate
|