Skip to content

CI/CD fix

CI/CD fix #408

Triggered via push August 2, 2024 13:31
Status Failure
Total duration 9m 7s
Artifacts

main.yml

on: push
ShouldDeploy
4s
ShouldDeploy
CheckStaticContent
39s
CheckStaticContent
BuildBot
1m 6s
BuildBot
CreateDockerImage
57s
CreateDockerImage
Deployment_Production
13s
Deployment_Production
VerifyProductionDeployment
57s
VerifyProductionDeployment
Fit to window
Zoom out
Zoom in

Deployment protection rules

Reviewers, timers, and other rules protecting deployments in this run
Event Environments Comment
Misha12
approved Aug 2, 2024
Production

Annotations

1 error and 11 warnings
VerifyProductionDeployment
Error: The process '/usr/bin/curl' failed with exit code 22
BuildBot: src/GrillBot.Data/Models/API/Jobs/ScheduledJob.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/Invites/GuildInvite.cs#L7
Non-nullable property 'Guild' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/Channels/ChannelDetail.cs#L8
Non-nullable property 'LastMessageFrom' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/Channels/ChannelDetail.cs#L9
Non-nullable property 'MostActiveUser' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/Channels/ChannelDetail.cs#L10
Non-nullable property 'ParentChannel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/Channels/ChannelDetail.cs#L11
Non-nullable property 'Threads' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/MessageResponse.cs#L7
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/Channels/ChannelUserStatItem.cs#L8
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/Channels/ChannelUserStatItem.cs#L9
Non-nullable property 'Nickname' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/Channels/ChannelUserStatItem.cs#L10
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
CreateDockerImage
The following actions uses Node.js version which is deprecated and will be forced to run on node20: docker/login-action@v2, docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/