Skip to content

Commit

Permalink
Revert "devspace setup"
Browse files Browse the repository at this point in the history
This reverts commit 0377465.
  • Loading branch information
jcain3389 committed Jan 8, 2025
1 parent 2f500dd commit 1d69daf
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 70 deletions.
3 changes: 0 additions & 3 deletions .devcontainer/local/Dockerfile

This file was deleted.

14 changes: 0 additions & 14 deletions .devcontainer/local/devcontainer.json

This file was deleted.

47 changes: 0 additions & 47 deletions .devcontainer/local/docker-compose.yml

This file was deleted.

5 changes: 0 additions & 5 deletions bin/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@

set -e

if [ -n "$DEVSPACE" ]; then
echo "==> Running in devspace context, skipping bootstrap"
exit 0
fi

cd "$(dirname "$0")/.."

if [ -f "Brewfile" ] && [ "$(uname -s)" = "Darwin" ]; then
Expand Down
2 changes: 1 addition & 1 deletion bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
set -e
cd "$(dirname "$0")/.."

bundle
bundle --quiet

0 comments on commit 1d69daf

Please sign in to comment.