Skip to content

Commit

Permalink
test: pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
raineworks committed Aug 4, 2024
1 parent 8c6d13b commit e9180af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ jobs:
env: |
GITHUB_TOKEN
runCmd: |
mkdir -p /home/vscode/.ssh
ssh-keyscan -t rsa github.com >> /home/vscode/.ssh/known_hosts
bun install --frozen-lockfile --ignore-scripts
bun run release --cache-dir=.turbo
bun run docker:build
Expand Down
1 change: 1 addition & 0 deletions packages/release-it/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.0",
"private": true,
"main": ".release-it.ts",
"type": "module",
"repository": {
"type": "git",
"url": "[email protected]:raine-works/turbo-cache.git",
Expand Down

0 comments on commit e9180af

Please sign in to comment.