Skip to content

Commit

Permalink
tests-e2e: Drop app template special platform-cli version
Browse files Browse the repository at this point in the history
They have all been merged to `main` and tagged.
  • Loading branch information
doshitan committed Jan 14, 2025
1 parent 53c25f8 commit d5a9aa8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions tests-e2e/test
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,13 @@ $CMD infra update-app \

{ yes || true; } | $CMD app install \
--template-uri https://github.com/navapbc/template-application-rails \
--version platform-cli \
--commit \
"${PROJECT_DIR}" \
rails \
--data app_local_port=3000

$CMD app update \
--template-uri https://github.com/navapbc/template-application-rails \
--version platform-cli \
"${PROJECT_DIR}" \
rails

Expand All @@ -96,15 +94,13 @@ for app_template in flask nextjs; do

{ yes || true; } | $CMD app install \
--template-uri https://github.com/navapbc/template-application-"${app_template}" \
--version platform-cli \
--commit \
"${PROJECT_DIR}" \
"${app_template}" \
--data app_local_port=3000

$CMD app update \
--template-uri https://github.com/navapbc/template-application-"${app_template}" \
--version platform-cli \
"${PROJECT_DIR}" \
"${app_template}"

Expand Down
2 changes: 0 additions & 2 deletions tests-e2e/test-local-templates
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ git -C "${rails_template_dir}" checkout platform-cli

{ yes || true; } | $CMD app install \
--template-uri "${rails_template_dir}" \
--version platform-cli \
--template-name template-application-rails \
--commit \
"${PROJECT_DIR}" \
Expand All @@ -52,7 +51,6 @@ git -C "${rails_template_dir}" checkout platform-cli

$CMD app update \
--template-uri "${rails_template_dir}" \
--version platform-cli \
--template-name template-application-rails \
"${PROJECT_DIR}" \
app
1 change: 0 additions & 1 deletion tests-e2e/test-no-initial-directory
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ rm -rf "${PROJECT_DIR}"

$CMD app install \
--template-uri https://github.com/navapbc/template-application-rails \
--version platform-cli \
--data app_local_port=3000 \
"${PROJECT_DIR}" \
app

0 comments on commit d5a9aa8

Please sign in to comment.