Skip to content

Commit

Permalink
Revert "fix: temp debug"
Browse files Browse the repository at this point in the history
This reverts commit ff6f14e.
  • Loading branch information
shaal committed Apr 21, 2024
1 parent 348255a commit 90e0625
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ image: drupalpod/drupalpod-gitpod-base:20240419
# when starting a workspace all docker images are ready
tasks:
- init: |
printenv | grep DP_
echo gitpod-yml !!!
.gitpod/utils/send-a-message-gcs.sh > /tmp/output1.txt
.gitpod/utils/ddev-in-gitpod-setup.sh
.gitpod/utils/set-base-environment.sh
Expand Down
5 changes: 1 addition & 4 deletions .gitpod/drupal/drupalpod-setup/drupalpod-setup.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -eu -o -x pipefail
set -eu -o pipefail

# Initialize all variables with null if they do not exist
: "${DEBUG_SCRIPT:=}"
Expand All @@ -19,9 +19,6 @@ set -eu -o -x pipefail
: "${DP_MODULE_VERSION:=}"
: "${DP_PATCH_FILE:=}"

echo after!!!
printenv | grep DP

# Assuming .sh files are in the same directory as this script
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"

Expand Down

0 comments on commit 90e0625

Please sign in to comment.