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