Skip to content

Commit

Permalink
Debug: Show value of devspace status
Browse files Browse the repository at this point in the history
To help understand *** is wrong
  • Loading branch information
sounddrill31 authored Sep 2, 2024
1 parent 37c1dd6 commit cf085c9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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!'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/selfhosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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!'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/twrp-legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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!'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/twrp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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!'
Expand Down

0 comments on commit cf085c9

Please sign in to comment.