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

Develop #422

Merged
merged 14 commits into from
Feb 10, 2024
Merged

Develop #422

merged 14 commits into from
Feb 10, 2024

Conversation

ggodlewski
Copy link
Collaborator

No description provided.

- run: sudo apt-get update
- run: sudo apt-get install -y libkrb5-dev
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://npm.pkg.github.com/
Copy link
Member

Choose a reason for hiding this comment

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

this fails. so lets try the official one. https://github.com/mieweb/wikiGDrive/actions/runs/7603328576

- run: sudo apt-get update
- run: sudo apt-get install -y libkrb5-dev
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://npm.pkg.github.com/
registry-url: 'https://registry.npmjs.org'
Copy link
Member

Choose a reason for hiding this comment

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

maybe this will fix?


git reset --hard
git checkout master --force
Copy link
Member

Choose a reason for hiding this comment

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

this will make sure we get the remote even if the branch does not exist.

@@ -61,7 +61,7 @@ export class MainService {
}

async init() {
this.mainFileService = new FileContentService(this.params.workdir || process.cwd());
this.mainFileService = new FileContentService(this.params.workdir || '/data');
Copy link
Member

Choose a reason for hiding this comment

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

this is a big assumption about running in the container. What happens if not in the container?

Copy link
Member

Choose a reason for hiding this comment

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

@@ -41,7 +41,7 @@ async function main() {
process.env.PWD = process.cwd();

const filesIds = args.slice(1);
const workdir = argv['workdir'] || process.env.WIKIGDRIVE_WORKDIR || '/data';
const workdir = argv['workdir'] || process.env.VOLUME_DATA || '/data';
Copy link
Member

Choose a reason for hiding this comment

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

@horner horner merged commit dc9ec4e into master Feb 10, 2024
6 checks passed
@horner horner deleted the develop branch February 10, 2024 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants