mv
This commit is contained in:
parent
0f7db5c612
commit
3922c14f69
1 changed files with 3 additions and 2 deletions
5
spcd.sh
5
spcd.sh
|
@ -367,6 +367,9 @@ Acquire::https::Verify-Peer False;
|
|||
spcd_echo "SPCD_PYTHON_COMMAND" "SPCD_PYTHON_PACKAGE" "SPCD_PYTHON_PACKAGES"
|
||||
# variables
|
||||
[ -n "${SPCD_CA_1}" ] && SPCD_CA=true
|
||||
#
|
||||
spcd_split
|
||||
spcd_echo "SPCD_CA"
|
||||
# continuous integration platform
|
||||
if [ -n "${GITHUB_ACTIONS}" ]; then
|
||||
# github → gitea → forgejo
|
||||
|
@ -434,8 +437,6 @@ Acquire::https::Verify-Peer False;
|
|||
[ -n "${SPCD_PROJECT_BRANCH}" ] || spcd_error_ci "SPCD_PROJECT_BRANCH"
|
||||
#
|
||||
spcd_split
|
||||
spcd_echo "SPCD_CA"
|
||||
spcd_split
|
||||
spcd_echo "SPCD_PROJECT_ROOT" \
|
||||
"SPCD_PROJECT_PATH" "SPCD_PROJECT_NAME" "SPCD_PROJECT_BRANCH"
|
||||
# TODO move to Python
|
||||
|
|
Loading…
Reference in a new issue