Skip to content

Commit

Permalink
Debug: Show value of devspace status, again
Browse files Browse the repository at this point in the history
  • Loading branch information
sounddrill31 authored Sep 2, 2024
1 parent cf085c9 commit 3842670
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ jobs:
# Create a project folder
- name: Create Project Folders
run: |
echo "DCDEVSPACE status: ${DCDEVSPACE}"
if [[ "${DCDEVSPACE}" != "1" ]]; then
echo "Symlinking devspace folder"
mkdir -p devspace
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/selfhosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ jobs:
# Create a project folder
- name: Create Project Folders
run: |
echo "DCDEVSPACE status: ${DCDEVSPACE}"
if [[ "${DCDEVSPACE}" != "1" ]]; then
echo "Symlinking devspace folder"
mkdir -p 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 @@ -220,6 +220,7 @@ jobs:
- name: Create Project Folders
run: |
echo "DCDEVSPACE status: ${DCDEVSPACE}"
if [[ "${DCDEVSPACE}" != "1" ]]; then
echo "Symlinking devspace folder"
mkdir -p 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 @@ -220,6 +220,7 @@ jobs:
- name: Create Project Folders
run: |
echo "DCDEVSPACE status: ${DCDEVSPACE}"
if [[ "${DCDEVSPACE}" != "1" ]]; then
echo "Symlinking devspace folder"
mkdir -p devspace
Expand Down

0 comments on commit 3842670

Please sign in to comment.