diff --git a/pipelines/full-build.yaml b/pipelines/full-build.yaml index 08c6adf..6e759f8 100644 --- a/pipelines/full-build.yaml +++ b/pipelines/full-build.yaml @@ -215,10 +215,16 @@ stages: CONTAINER_NAME: assemblyline-ui UI-plugin-lookup-assemblyline: CONTAINER_NAME: assemblyline-ui-plugin-lookup-assemblyline + DIRECTORY: assemblyline-ui + README_PATH: plugins/external_lookup/assemblyline_lookup UI-plugin-lookup-malwarebazaar: CONTAINER_NAME: assemblyline-ui-plugin-lookup-malwarebazaar + DIRECTORY: assemblyline-ui + README_PATH: plugins/external_lookup/malware_bazaar UI-plugin-lookup-virustotal: CONTAINER_NAME: assemblyline-ui-plugin-lookup-virustotal + DIRECTORY: assemblyline-ui + README_PATH: plugins/external_lookup/virustotal UI-frontend: CONTAINER_NAME: assemblyline-ui-frontend SocketIO: @@ -231,6 +237,8 @@ stages: DIRECTORY: assemblyline-v4-service Sample-Service: CONTAINER_NAME: assemblyline-service-resultsample + DIRECTORY: assemblyline-v4-service + README_PATH: assemblyline-v4-service/assemblyline_result_sample_service/README.md steps: - checkout: none - task: Docker@2 @@ -295,6 +303,7 @@ stages: parameters: dockerhub_repo: $(CONTAINER_NAME) github_repo: $(github_repo) + readme - job: update_odm_docs diff --git a/pipelines/templates/steps/publish-description.yaml b/pipelines/templates/steps/publish-description.yaml index d80a31f..f96f34f 100644 --- a/pipelines/templates/steps/publish-description.yaml +++ b/pipelines/templates/steps/publish-description.yaml @@ -81,8 +81,7 @@ steps: "full_description": f.read(), } else: - print(os.listdir("$(Pipeline.Workspace)/working")) - raise Exception(f"{readme_path} not found") + exit() url = f"https://api.github.com/repos/CybercentreCanada/{git_repo}" rsp = httpx.get(url)