Skip to content

Commit

Permalink
use dagger v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Sep 1, 2023
1 parent 407a601 commit a81fbf2
Show file tree
Hide file tree
Showing 36 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .fluentci/.fluentci/.fluentci/src/github/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function generateYaml() {
};

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

Expand Down
2 changes: 1 addition & 1 deletion .fluentci/.fluentci/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: deno install -A -r https://cli.fluentci.io -n fluentci
- name: Setup Dagger
run: |
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.4 sh
sudo mv bin/dagger /usr/local/bin
dagger version
- name: List Jobs
Expand Down
2 changes: 1 addition & 1 deletion .fluentci/.fluentci/src/github/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function generateYaml() {
};

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

Expand Down
2 changes: 1 addition & 1 deletion .fluentci/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: deno install -A -r https://cli.fluentci.io -n fluentci
- name: Setup Dagger
run: |
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.4 sh
sudo mv bin/dagger /usr/local/bin
dagger version
- name: Run Dagger Pipelines
Expand Down
2 changes: 1 addition & 1 deletion .fluentci/fixtures/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
before_script:
- apk add docker-cli curl unzip
- deno install -A -r https://cli.fluentci.io -n fluentci
- curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh
- curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.4 sh
- mv bin/dagger /usr/local/bin
- dagger version

Expand Down
2 changes: 1 addition & 1 deletion .fluentci/fixtures/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ steps:
- script: deno install -A -r https://cli.fluentci.io -n fluentci
displayName: Setup Fluent CI CLI
- script: |
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.4 sh
sudo mv bin/dagger /usr/local/bin
dagger version
displayName: Setup Dagger
Expand Down
2 changes: 1 addition & 1 deletion .fluentci/fixtures/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ phases:
- export DENO_INSTALL="$HOME/.deno"
- export PATH="$DENO_INSTALL/bin:$PATH"
- deno install -A -r https://cli.fluentci.io -n fluentci
- curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh
- curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.4 sh
- mv bin/dagger /usr/local/bin
- dagger version
build:
Expand Down
2 changes: 1 addition & 1 deletion .fluentci/fixtures/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
export PATH="$DENO_INSTALL/bin:$PATH"
- run: deno install -A -r https://cli.fluentci.io -n fluentci
- run: |
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.4 sh
sudo mv bin/dagger /usr/local/bin
dagger version
- run:
Expand Down
2 changes: 1 addition & 1 deletion .fluentci/fixtures/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: deno install -A -r https://cli.fluentci.io -n fluentci
- name: Setup Dagger
run: |
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.4 sh
sudo mv bin/dagger /usr/local/bin
dagger version
- name: Run Dagger Pipelines
Expand Down
2 changes: 1 addition & 1 deletion .fluentci/src/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ phases:
- export DENO_INSTALL="$HOME/.deno"
- export PATH="$DENO_INSTALL/bin:$PATH"
- deno install -A -r https://cli.fluentci.io -n fluentci
- curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh
- curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.4 sh
- mv bin/dagger /usr/local/bin
- dagger version
build:
Expand Down
2 changes: 1 addition & 1 deletion .fluentci/src/aws/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function generateYaml(): BuildSpec {
'export DENO_INSTALL="$HOME/.deno"',
'export PATH="$DENO_INSTALL/bin:$PATH"',
"deno install -A -r https://cli.fluentci.io -n fluentci",
"curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh",
"curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.4 sh",
"mv bin/dagger /usr/local/bin",
"dagger version",
],
Expand Down
2 changes: 1 addition & 1 deletion .fluentci/src/azure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ steps:
- script: deno install -A -r https://cli.fluentci.io -n fluentci
displayName: Setup Fluent CI CLI
- script: |
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.4 sh
sudo mv bin/dagger /usr/local/bin
dagger version
displayName: Setup Dagger
Expand Down
2 changes: 1 addition & 1 deletion .fluentci/src/azure/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function generateYaml(): AzurePipeline {
`;

const setupDagger = `\
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.4 sh
sudo mv bin/dagger /usr/local/bin
dagger version
`;
Expand Down
2 changes: 1 addition & 1 deletion .fluentci/src/circleci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
export PATH="$DENO_INSTALL/bin:$PATH"
- run: deno install -A -r https://cli.fluentci.io -n fluentci
- run: |
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.4 sh
sudo mv bin/dagger /usr/local/bin
dagger version
- run:
Expand Down
2 changes: 1 addition & 1 deletion .fluentci/src/circleci/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export PATH="$DENO_INSTALL/bin:$PATH"`,
},
{
run: `\
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.4 sh
sudo mv bin/dagger /usr/local/bin
dagger version`,
},
Expand Down
2 changes: 1 addition & 1 deletion .fluentci/src/github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: deno install -A -r https://cli.fluentci.io -n fluentci
- name: Setup Dagger
run: |
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.4 sh
sudo mv bin/dagger /usr/local/bin
dagger version
- name: Run Dagger Pipelines
Expand Down
2 changes: 1 addition & 1 deletion .fluentci/src/github/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function generateYaml(): Workflow {
};

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

Expand Down
2 changes: 1 addition & 1 deletion .fluentci/src/gitlab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Generated file:
before_script:
- apk add docker-cli curl unzip
- deno install -A -r https://cli.fluentci.io -n fluentci
- curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh
- curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.4 sh
- mv bin/dagger /usr/local/bin
- dagger version

Expand Down
2 changes: 1 addition & 1 deletion .fluentci/src/gitlab/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function generateYaml(): GitlabCI {
`
apk add docker-cli curl unzip
deno install -A -r https://cli.fluentci.io -n fluentci
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.4 sh
mv bin/dagger /usr/local/bin
dagger version
`
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
run: deno install -A -r https://cli.fluentci.io -n fluentci
- name: Setup Dagger
run: |
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh
sudo mv bin/dagger /usr/local/bin
dagger version
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.4 sh
sudo mv bin/dagger /usr/local/bin
dagger version
- name: Run Dagger Pipelines
run: fluentci run deno_pipeline
- name: Upload to Codecov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: deno install -A -r https://cli.fluentci.io -n fluentci
- name: Setup Dagger
run: |
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.4 sh
sudo mv bin/dagger /usr/local/bin
dagger version
- name: Run Dagger Pipelines
Expand Down
2 changes: 1 addition & 1 deletion fixtures/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
before_script:
- apk add docker-cli curl unzip
- deno install -A -r https://cli.fluentci.io -n fluentci
- curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh
- curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.4 sh
- mv bin/dagger /usr/local/bin
- dagger version

Expand Down
2 changes: 1 addition & 1 deletion fixtures/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ steps:
- script: deno install -A -r https://cli.fluentci.io -n fluentci
displayName: Setup Fluent CI CLI
- script: |
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.4 sh
sudo mv bin/dagger /usr/local/bin
dagger version
displayName: Setup Dagger
Expand Down
2 changes: 1 addition & 1 deletion fixtures/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ phases:
- export DENO_INSTALL="$HOME/.deno"
- export PATH="$DENO_INSTALL/bin:$PATH"
- deno install -A -r https://cli.fluentci.io -n fluentci
- curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh
- curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.4 sh
- mv bin/dagger /usr/local/bin
- dagger version
build:
Expand Down
2 changes: 1 addition & 1 deletion fixtures/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
export PATH="$DENO_INSTALL/bin:$PATH"
- run: deno install -A -r https://cli.fluentci.io -n fluentci
- run: |
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.4 sh
sudo mv bin/dagger /usr/local/bin
dagger version
- run:
Expand Down
2 changes: 1 addition & 1 deletion fixtures/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: deno install -A -r https://cli.fluentci.io -n fluentci
- name: Setup Dagger
run: |
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.4 sh
sudo mv bin/dagger /usr/local/bin
dagger version
- name: Run Dagger Pipelines
Expand Down
2 changes: 1 addition & 1 deletion src/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ phases:
- export DENO_INSTALL="$HOME/.deno"
- export PATH="$DENO_INSTALL/bin:$PATH"
- deno install -A -r https://cli.fluentci.io -n fluentci
- curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh
- curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.4 sh
- mv bin/dagger /usr/local/bin
- dagger version
build:
Expand Down
2 changes: 1 addition & 1 deletion src/aws/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function generateYaml(): BuildSpec {
'export DENO_INSTALL="$HOME/.deno"',
'export PATH="$DENO_INSTALL/bin:$PATH"',
"deno install -A -r https://cli.fluentci.io -n fluentci",
"curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh",
"curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.4 sh",
"mv bin/dagger /usr/local/bin",
"dagger version",
],
Expand Down
2 changes: 1 addition & 1 deletion src/azure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ steps:
- script: deno install -A -r https://cli.fluentci.io -n fluentci
displayName: Setup Fluent CI CLI
- script: |
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.4 sh
sudo mv bin/dagger /usr/local/bin
dagger version
displayName: Setup Dagger
Expand Down
2 changes: 1 addition & 1 deletion src/azure/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function generateYaml(): AzurePipeline {
`;

const setupDagger = `\
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.4 sh
sudo mv bin/dagger /usr/local/bin
dagger version
`;
Expand Down
2 changes: 1 addition & 1 deletion src/circleci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
export PATH="$DENO_INSTALL/bin:$PATH"
- run: deno install -A -r https://cli.fluentci.io -n fluentci
- run: |
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.4 sh
sudo mv bin/dagger /usr/local/bin
dagger version
- run:
Expand Down
2 changes: 1 addition & 1 deletion src/circleci/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export PATH="$DENO_INSTALL/bin:$PATH"`,
},
{
run: `\
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.4 sh
sudo mv bin/dagger /usr/local/bin
dagger version`,
},
Expand Down
2 changes: 1 addition & 1 deletion src/github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: deno install -A -r https://cli.fluentci.io -n fluentci
- name: Setup Dagger
run: |
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.4 sh
sudo mv bin/dagger /usr/local/bin
dagger version
- name: Run Dagger Pipelines
Expand Down
2 changes: 1 addition & 1 deletion src/github/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function generateYaml(): Workflow {
};

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

Expand Down
2 changes: 1 addition & 1 deletion src/gitlab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Generated file:
before_script:
- apk add docker-cli curl unzip
- deno install -A -r https://cli.fluentci.io -n fluentci
- curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh
- curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.4 sh
- mv bin/dagger /usr/local/bin
- dagger version

Expand Down
2 changes: 1 addition & 1 deletion src/gitlab/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function generateYaml(): GitlabCI {
`
apk add docker-cli curl unzip
deno install -A -r https://cli.fluentci.io -n fluentci
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.4 sh
mv bin/dagger /usr/local/bin
dagger version
`
Expand Down

0 comments on commit a81fbf2

Please sign in to comment.