Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix git commit #529

Merged
merged 1 commit into from
Dec 27, 2024
Merged

Fix git commit #529

merged 1 commit into from
Dec 27, 2024

Conversation

ggodlewski
Copy link
Collaborator

@ggodlewski ggodlewski commented Dec 27, 2024

HOTFIX for git commit

Note: most likely auto_commit will cleanup removed files automagically on PROD

@ggodlewski ggodlewski added patch A patch release deploy-pr for deploying to PR the docker environment for testing labels Dec 27, 2024
Copy link

Please set a versioning label of either major, minor, or patch to the pull request.

Copy link
Collaborator

@monpie3 monpie3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I couldn't test it since https://pr-529.wikigdrive.com/ didn't build

@ggodlewski ggodlewski merged commit 1436910 into master Dec 27, 2024
11 of 14 checks passed
@ggodlewski ggodlewski deleted the feat/vitepress branch December 27, 2024 20:44
@@ -22,7 +22,7 @@
},
"main": "src/cli/wikigdrive.ts",
"scripts": {
"test": "ava test/*Test.ts test/**/*.ts",
"test": "ava --timeout=16s -c 8 test/*Test.ts test/**/*.ts",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need a timeout?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deploy-pr for deploying to PR the docker environment for testing patch A patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants