Skip to content

Commit

Permalink
Add distro test
Browse files Browse the repository at this point in the history
  • Loading branch information
burritobill committed Sep 4, 2024
1 parent 5b10196 commit ee0e971
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/tools/devbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ import fs from 'node:fs/promises';
import { join } from 'node:path';
import { execa } from 'execa';
import { inject, injectable } from 'inversify';
import { BaseInstallService } from '../install-tool/base-install.service';
import {
CompressionService,
EnvService,
HttpService,
PathService,
} from '../services';
import { BaseInstallService } from '../install-tool/base-install.service';

@injectable()
export class DevboxInstallService extends BaseInstallService {
Expand Down
3 changes: 3 additions & 0 deletions test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ RUN install-tool jb v0.6.0
# renovate: datasource=github-releases packageName=vmware-tanzu/carvel-vendir
RUN install-tool vendir v0.41.1

# renovate: datasource=github-releases packageName=jetify-com/devbox
RUN install-tool devbox 0.12.0

#--------------------------------------
# Image: test-erlang
#--------------------------------------
Expand Down

0 comments on commit ee0e971

Please sign in to comment.