Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Nov 8, 2023
1 parent 3480828 commit 02b7a81
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/github/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ export function generateYaml(): Workflow {
branches: ["main"],
};

const setupDagger = `\
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh
sudo mv bin/dagger /usr/local/bin
dagger version`;

const test: JobSpec = {
"runs-on": "ubuntu-latest",
steps: [
Expand Down

0 comments on commit 02b7a81

Please sign in to comment.