first check
This commit is contained in:
parent
faf152acdb
commit
07ae43d17e
1 changed files with 2 additions and 0 deletions
2
spcd.sh
2
spcd.sh
|
@ -42,6 +42,8 @@ spcd_main() {
|
||||||
|
|
||||||
spcd_set_environment_variables() {
|
spcd_set_environment_variables() {
|
||||||
spcd_step "Set environment variables"
|
spcd_step "Set environment variables"
|
||||||
|
# check script first
|
||||||
|
[ -n "${SPCD}" ] || spcd_error_ci "SPCD"
|
||||||
# continuous integration / github → gitea → forgejo
|
# continuous integration / github → gitea → forgejo
|
||||||
if [ -n "${GITHUB_ACTIONS}" ]; then
|
if [ -n "${GITHUB_ACTIONS}" ]; then
|
||||||
# project branch
|
# project branch
|
||||||
|
|
Loading…
Reference in a new issue