Skip to content

Commit

Permalink
chore: make sure that the webapp is available for the engine in the e…
Browse files Browse the repository at this point in the history
…ngine publish step (#1807)

## Description
This PR makes the enclave manager web ui available during the engine
build step - this should fix the issue seen here
https://app.circleci.com/pipelines/github/kurtosis-tech/kurtosis/9327/workflows/48587b79-2de3-4f3f-9b2f-3d0a6bf184b2/jobs/129862

## Is this change user facing?
YES/NO
No

## References (if applicable):
*
https://app.circleci.com/pipelines/github/kurtosis-tech/kurtosis/9327/workflows/48587b79-2de3-4f3f-9b2f-3d0a6bf184b2/jobs/129862
  • Loading branch information
Dartoxian committed Nov 16, 2023
1 parent a8a1960 commit 7c34582
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1103,6 +1103,10 @@ jobs:
version="$(cat version.txt)"
"<<pipeline.parameters.generate-kurtosis-version-script-path>>" $version
- attach_workspace:
at: "<< pipeline.parameters.workspace-with-cli-binary-and-images-mountpoint >>"

- run: cp -R << pipeline.parameters.workspace-with-cli-binary-and-images-mountpoint >>/webapp engine/server/webapp

- setup_remote_docker:
version: "<< pipeline.parameters.docker-engine-version>>"
Expand Down Expand Up @@ -1429,6 +1433,8 @@ workflows:
context:
- docker-user
- slack-secrets
requires:
- build_enclave_manager_webapp
filters:
branches:
ignore: /.*/
Expand Down

0 comments on commit 7c34582

Please sign in to comment.