Skip to content

Commit 31c584b

Browse files
committed
APM-2884 Delete sandbox container
1 parent c34daac commit 31c584b

12 files changed

Lines changed: 1 addition & 392 deletions

File tree

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ install-python:
55

66
install-node:
77
npm install
8-
cd sandbox && npm install
98

109
.git/hooks/pre-commit:
1110
cp scripts/pre-commit .git/hooks/pre-commit
@@ -45,13 +44,10 @@ _dist_include="pytest.ini poetry.lock poetry.toml pyproject.toml Makefile build/
4544
release: clean publish build-proxy
4645
mkdir -p dist
4746
for f in $(_dist_include); do cp -r $$f dist; done
48-
cp ecs-proxies-deploy.yml dist/ecs-deploy-sandbox.yml
49-
cp ecs-proxies-deploy.yml dist/ecs-deploy-internal-qa-sandbox.yml
50-
cp ecs-proxies-deploy.yml dist/ecs-deploy-internal-dev-sandbox.yml
5147

5248
test:
5349
# this target should be used for local unit tests .. runs as part of the build pipeline
54-
make --no-print-directory -C sandbox test
50+
make --no-print-directory -C test
5551

5652
smoketest:
5753
# this target is for end to end smoketests this would be run 'post deploy' to verify an environment is working

sandbox/.dockerignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

sandbox/.eslintrc.js

Lines changed: 0 additions & 17 deletions
This file was deleted.

sandbox/.mocharc.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

sandbox/Dockerfile

Lines changed: 0 additions & 11 deletions
This file was deleted.

sandbox/Makefile

Lines changed: 0 additions & 23 deletions
This file was deleted.

sandbox/app.js

Lines changed: 0 additions & 133 deletions
This file was deleted.

sandbox/app.spec.js

Lines changed: 0 additions & 67 deletions
This file was deleted.

sandbox/handlers.js

Lines changed: 0 additions & 68 deletions
This file was deleted.

sandbox/index.js

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)