7 lines
57 B
Bash
Executable file
7 lines
57 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
export GITHUB="true"
|
|
|
|
/bin/drone-scp
|