diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1d9a8156..c7c5bb4e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -374,6 +374,7 @@ jobs: # Download and configure 'crave'. - name: Configure the 'crave' environment run: | + echo "DCDEVSPACE status: ${DCDEVSPACE}" mkdir -p $PROJECTFOLDER/.repo/manifests if [[ "${DCDEVSPACE}" == "1" ]]; then echo 'No need to set up crave, we are already running in devspace!' diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index afaf9455..6a762570 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -87,6 +87,7 @@ jobs: # Download and configure 'crave'. - name: Configure the 'crave' environment run: | + echo "DCDEVSPACE status: ${DCDEVSPACE}" if [[ "${DCDEVSPACE}" == "1" ]]; then echo 'No need to set up crave, we are already running in devspace!' else @@ -393,6 +394,7 @@ jobs: # Download and configure 'crave'. - name: Configure the 'crave' environment run: | + echo "DCDEVSPACE status: ${DCDEVSPACE}" mkdir -p $PROJECTFOLDER/.repo/manifests if [[ "${DCDEVSPACE}" == "1" ]]; then echo 'No need to set up crave, we are already running in devspace!' diff --git a/.github/workflows/twrp-legacy.yml b/.github/workflows/twrp-legacy.yml index dca6718b..97968d36 100644 --- a/.github/workflows/twrp-legacy.yml +++ b/.github/workflows/twrp-legacy.yml @@ -301,6 +301,7 @@ jobs: # Download and configure 'crave'. - name: Configure the 'crave' environment run: | + echo "DCDEVSPACE status: ${DCDEVSPACE}" mkdir -p $PROJECTFOLDER/.repo/manifests if [[ "${DCDEVSPACE}" == "1" ]]; then echo 'No need to set up crave, we are already running in devspace!' diff --git a/.github/workflows/twrp.yml b/.github/workflows/twrp.yml index e8099336..df5dc504 100644 --- a/.github/workflows/twrp.yml +++ b/.github/workflows/twrp.yml @@ -301,6 +301,7 @@ jobs: # Download and configure 'crave'. - name: Configure the 'crave' environment run: | + echo "DCDEVSPACE status: ${DCDEVSPACE}" mkdir -p $PROJECTFOLDER/.repo/manifests if [[ "${DCDEVSPACE}" == "1" ]]; then echo 'No need to set up crave, we are already running in devspace!'