Skip to content

Commit

Permalink
fix: remove stacks from readiness manifests (#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
ameowlia authored Aug 24, 2023
1 parent 99f897f commit 4c85c4b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion assets/dora/readiness_manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
applications:
- name: dora
stack: cflinuxfs3
processes:
- type: web
instances: 1
Expand Down
1 change: 0 additions & 1 deletion assets/nora/readiness_manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
applications:
- name: nora
stack: windows
processes:
- type: web
instances: 1
Expand Down
1 change: 1 addition & 0 deletions windows/readiness_healthcheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ var _ = WindowsDescribe("Readiness Healthcheck", func() {
appName,
"-f", assets.NewAssets().Nora+"/../readiness_manifest.yml",
"-p", assets.NewAssets().Nora,
"-s", Config.GetWindowsStack(),
).Wait(Config.CfPushTimeoutDuration())).To(Exit(0))

By("verifying the app starts")
Expand Down

0 comments on commit 4c85c4b

Please sign in to comment.