Build & Deploy to DEV #245
build-n-deploy-backend-to-ocp-dev.yml
on: workflow_dispatch
Build and deploy to DEV
55s
Annotations
1 error and 4 warnings
Build and deploy to DEV
Error: buildah exited with code 1
Trying to pull artifacts.developer.gov.bc.ca/docker-remote/node:16.17.1...
Getting image source signatures
Copying blob sha256:63930fd517b33bae4ea3a3d462ce534632bef1e94b376c96b35d8aa0c6275fb2
Copying blob sha256:4ad12dd0da3ea9c59f4c4fc53d6a204e11e2930b9dc4143376024ed8fa5c71bb
Copying blob sha256:6a6315e893372434bf09990677f857fdd026ba0abdd98d435decc2ec5742cee4
Copying blob sha256:08a0ceb4387f59959418bd2da17176107c9ce0ea542cf017ce14835999fa8437
Copying blob sha256:b6d6a76ebdbe1e858fec4564af6c6c3fe9e9bf1c502c8c8a51afd0fcf3374d44
Copying blob sha256:2a0ae5ed3318e8db87d129f9c2652dddc78c89f223625a345ec1b7b84149a882
Copying blob sha256:63930fd517b33bae4ea3a3d462ce534632bef1e94b376c96b35d8aa0c6275fb2
Copying blob sha256:4ad12dd0da3ea9c59f4c4fc53d6a204e11e2930b9dc4143376024ed8fa5c71bb
Copying blob sha256:08a0ceb4387f59959418bd2da17176107c9ce0ea542cf017ce14835999fa8437
Copying blob sha256:6a6315e893372434bf09990677f857fdd026ba0abdd98d435decc2ec5742cee4
Copying blob sha256:4bb5869b822edfc006a4bb7c3397ffec3a5b1de21f3bdb164aa2541aa47d5a28
Copying blob sha256:b6d6a76ebdbe1e858fec4564af6c6c3fe9e9bf1c502c8c8a51afd0fcf3374d44
Copying blob sha256:2a0ae5ed3318e8db87d129f9c2652dddc78c89f223625a345ec1b7b84149a882
Copying blob sha256:4bb5869b822edfc006a4bb7c3397ffec3a5b1de21f3bdb164aa2541aa47d5a28
Copying blob sha256:a1ec7ad8846f3b4c154feaa5b9713c82b06795ac354176e5eb6c763e0f409cb9
Copying blob sha256:c6db94ff9d66b7ca895cec715dab34d4385d6fd4550759c71e36cbe0a1aa6d2f
Copying blob sha256:a1ec7ad8846f3b4c154feaa5b9713c82b06795ac354176e5eb6c763e0f409cb9
Copying blob sha256:c6db94ff9d66b7ca895cec715dab34d4385d6fd4550759c71e36cbe0a1aa6d2f
Copying config sha256:946ee375d0e00784af782f370b84dd4fe41a2148a2bb152fd1392ddecdae4fd7
Writing manifest to image destination
Storing signatures
npm notice
npm notice New major version of npm available! 8.15.0 -> 10.2.4
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.2.4>
npm notice Run `npm install -g npm@10.2.4` to update!
npm notice
[vite:vue] [vue/compiler-sfc] Did not expect a type annotation here. (53:43)
/frontend/src/views/SchoolSearchView.vue
51 | 'SUMMER'
52 | ] // Add the values you want to remove
53 | types.value = response.data.filter(item: any) => !valuesToRemove.includes(item.facilityTypeCode))
| ^
54 | } catch (error) {
55 | console.error('Error fetching types:', error)
file: /frontend/src/views/SchoolSearchView.vue:53:43
error during build:
SyntaxError: [vue/compiler-sfc] Did not expect a type annotation here. (53:43)
/frontend/src/views/SchoolSearchView.vue
51 | 'SUMMER'
52 | ] // Add the values you want to remove
53 | types.value = response.data.filter(item: any) => !valuesToRemove.includes(item.facilityTypeCode))
| ^
54 | } catch (error) {
55 | console.error('Error fetching types:', error)
at instantiate (/frontend/node_modules/@babel/parser/lib/index.js:63:32)
at constructor (/frontend/node_modules/@babel/parser/lib/index.js:358:12)
at TypeScriptParserMixin.raise (/frontend/node_modules/@babel/parser/lib/index.js:3255:19)
at /frontend/node_modules/@babel/parser/lib/index.js:9123:14
at Array.forEach (<anonymous>)
at TypeScriptParserMixin.tsCheckForInvalidTypeCasts (/frontend/node_modules/@babel/parser/lib/index.js:9121:11)
at TypeScriptParserMixin.toReferencedList (/frontend/node_modules/@babel/parser/lib/index.js:9130:10)
at TypeScriptParserMixin.toReferencedListDeep (/frontend/node_modules/@babel/parser/lib/index.js:7303:10)
at TypeScriptParserMixin.toReferencedArguments (/frontend/node_modules/@babel/parser/lib/index.js:11017:10)
at TypeScriptParserMixin.parseCoverCallAndAsyncArrowHead (/frontend/node_modules/@babel/parser/lib/index.js:11011:12)
ERROR: "build-only" exited with 1.
error building at STEP "RUN npm run build": error while running runtime: exit status 1
time="2023-12-01T21:28:57Z" level=error msg="exit status 1"
|
Build and deploy to DEV
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/login-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build and deploy to DEV
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build and deploy to DEV
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build and deploy to DEV
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|