Skip to content

Commit

Permalink
remove other __dirnames; not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codes committed Jun 1, 2024
1 parent ec87fe1 commit 2d59819
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions apps/game-db-updater/scripts/package.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
import path from 'path'
import sh from 'shelljs'
import { getDockerTags } from 'versioning'
import pkg from '../package.json'

async function run() {
const projectRoot = path.join(__dirname, '../')
process.chdir(projectRoot)

sh.cp('-R', '.dist/', '_packaged/')

const { REGISTRY, OWNER, GITHUB_REF } = process.env
Expand Down
4 changes: 0 additions & 4 deletions apps/gh-action-runner/scripts/package.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
import path from 'path'
import sh from 'shelljs'
import { getDockerTags } from 'versioning'
import pkg from '../package.json'

async function run() {
const projectRoot = path.join(__dirname, '../')
process.chdir(projectRoot)

const { REGISTRY, OWNER, GITHUB_REF } = process.env

if (!REGISTRY || !OWNER || !GITHUB_REF) {
Expand Down

0 comments on commit 2d59819

Please sign in to comment.