diff --git a/.fluentci/.fluentci/.fluentci/src/github/config.ts b/.fluentci/.fluentci/.fluentci/src/github/config.ts index cc08048..d6e96da 100644 --- a/.fluentci/.fluentci/.fluentci/src/github/config.ts +++ b/.fluentci/.fluentci/.fluentci/src/github/config.ts @@ -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`; diff --git a/.fluentci/.fluentci/.github/workflows/ci.yml b/.fluentci/.fluentci/.github/workflows/ci.yml index 23add4a..4667b4f 100644 --- a/.fluentci/.fluentci/.github/workflows/ci.yml +++ b/.fluentci/.fluentci/.github/workflows/ci.yml @@ -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 diff --git a/.fluentci/.fluentci/src/github/config.ts b/.fluentci/.fluentci/src/github/config.ts index ba7b2da..f4c2e64 100644 --- a/.fluentci/.fluentci/src/github/config.ts +++ b/.fluentci/.fluentci/src/github/config.ts @@ -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`; diff --git a/.fluentci/.github/workflows/ci.yml b/.fluentci/.github/workflows/ci.yml index 1ad99b5..973aba5 100644 --- a/.fluentci/.github/workflows/ci.yml +++ b/.fluentci/.github/workflows/ci.yml @@ -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 diff --git a/.fluentci/fixtures/.gitlab-ci.yml b/.fluentci/fixtures/.gitlab-ci.yml index 46714d3..d8ec2f5 100644 --- a/.fluentci/fixtures/.gitlab-ci.yml +++ b/.fluentci/fixtures/.gitlab-ci.yml @@ -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 diff --git a/.fluentci/fixtures/azure-pipelines.yml b/.fluentci/fixtures/azure-pipelines.yml index 5898473..325c22f 100644 --- a/.fluentci/fixtures/azure-pipelines.yml +++ b/.fluentci/fixtures/azure-pipelines.yml @@ -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 diff --git a/.fluentci/fixtures/buildspec.yml b/.fluentci/fixtures/buildspec.yml index f9bab4c..223afe4 100644 --- a/.fluentci/fixtures/buildspec.yml +++ b/.fluentci/fixtures/buildspec.yml @@ -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: diff --git a/.fluentci/fixtures/config.yml b/.fluentci/fixtures/config.yml index 164d0ba..ae67b97 100644 --- a/.fluentci/fixtures/config.yml +++ b/.fluentci/fixtures/config.yml @@ -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: diff --git a/.fluentci/fixtures/workflow.yml b/.fluentci/fixtures/workflow.yml index c03c91c..a5476d3 100644 --- a/.fluentci/fixtures/workflow.yml +++ b/.fluentci/fixtures/workflow.yml @@ -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 diff --git a/.fluentci/src/aws/README.md b/.fluentci/src/aws/README.md index 048735a..0d3fa68 100644 --- a/.fluentci/src/aws/README.md +++ b/.fluentci/src/aws/README.md @@ -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: diff --git a/.fluentci/src/aws/config.ts b/.fluentci/src/aws/config.ts index e8d46b7..5ee0d5b 100644 --- a/.fluentci/src/aws/config.ts +++ b/.fluentci/src/aws/config.ts @@ -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", ], diff --git a/.fluentci/src/azure/README.md b/.fluentci/src/azure/README.md index 7e7017b..462e91d 100644 --- a/.fluentci/src/azure/README.md +++ b/.fluentci/src/azure/README.md @@ -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 diff --git a/.fluentci/src/azure/config.ts b/.fluentci/src/azure/config.ts index 537c6a6..27f459f 100644 --- a/.fluentci/src/azure/config.ts +++ b/.fluentci/src/azure/config.ts @@ -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 `; diff --git a/.fluentci/src/circleci/README.md b/.fluentci/src/circleci/README.md index bbc35fb..46448b7 100644 --- a/.fluentci/src/circleci/README.md +++ b/.fluentci/src/circleci/README.md @@ -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: diff --git a/.fluentci/src/circleci/config.ts b/.fluentci/src/circleci/config.ts index 27790aa..3086913 100644 --- a/.fluentci/src/circleci/config.ts +++ b/.fluentci/src/circleci/config.ts @@ -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`, }, diff --git a/.fluentci/src/github/README.md b/.fluentci/src/github/README.md index f03ff74..0835e03 100644 --- a/.fluentci/src/github/README.md +++ b/.fluentci/src/github/README.md @@ -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 diff --git a/.fluentci/src/github/config.ts b/.fluentci/src/github/config.ts index 8b5efb4..4451b2a 100644 --- a/.fluentci/src/github/config.ts +++ b/.fluentci/src/github/config.ts @@ -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`; diff --git a/.fluentci/src/gitlab/README.md b/.fluentci/src/gitlab/README.md index c619026..7107f0c 100644 --- a/.fluentci/src/gitlab/README.md +++ b/.fluentci/src/gitlab/README.md @@ -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 diff --git a/.fluentci/src/gitlab/config.ts b/.fluentci/src/gitlab/config.ts index 38300e1..99eeeeb 100644 --- a/.fluentci/src/gitlab/config.ts +++ b/.fluentci/src/gitlab/config.ts @@ -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 ` diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9c773a..ece13c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index 4f23150..7b2fa99 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -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 diff --git a/fixtures/.gitlab-ci.yml b/fixtures/.gitlab-ci.yml index 08771d0..033e732 100644 --- a/fixtures/.gitlab-ci.yml +++ b/fixtures/.gitlab-ci.yml @@ -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 diff --git a/fixtures/azure-pipelines.yml b/fixtures/azure-pipelines.yml index f0f2787..d055c60 100644 --- a/fixtures/azure-pipelines.yml +++ b/fixtures/azure-pipelines.yml @@ -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 diff --git a/fixtures/buildspec.yml b/fixtures/buildspec.yml index 8007a6b..a9c5d5b 100644 --- a/fixtures/buildspec.yml +++ b/fixtures/buildspec.yml @@ -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: diff --git a/fixtures/config.yml b/fixtures/config.yml index b6b0b97..7a17cea 100644 --- a/fixtures/config.yml +++ b/fixtures/config.yml @@ -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: diff --git a/fixtures/workflow.yml b/fixtures/workflow.yml index a2721a0..00ff0ad 100644 --- a/fixtures/workflow.yml +++ b/fixtures/workflow.yml @@ -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 diff --git a/src/aws/README.md b/src/aws/README.md index d598835..6e08c7a 100644 --- a/src/aws/README.md +++ b/src/aws/README.md @@ -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: diff --git a/src/aws/config.ts b/src/aws/config.ts index d4c2acd..0937bc4 100644 --- a/src/aws/config.ts +++ b/src/aws/config.ts @@ -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", ], diff --git a/src/azure/README.md b/src/azure/README.md index ea107b5..1d3be0a 100644 --- a/src/azure/README.md +++ b/src/azure/README.md @@ -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 diff --git a/src/azure/config.ts b/src/azure/config.ts index fa827e0..cbb5d69 100644 --- a/src/azure/config.ts +++ b/src/azure/config.ts @@ -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 `; diff --git a/src/circleci/README.md b/src/circleci/README.md index 321a25a..2492df8 100644 --- a/src/circleci/README.md +++ b/src/circleci/README.md @@ -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: diff --git a/src/circleci/config.ts b/src/circleci/config.ts index 36a6eef..7261133 100644 --- a/src/circleci/config.ts +++ b/src/circleci/config.ts @@ -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`, }, diff --git a/src/github/README.md b/src/github/README.md index e20f425..1945adb 100644 --- a/src/github/README.md +++ b/src/github/README.md @@ -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 diff --git a/src/github/config.ts b/src/github/config.ts index 9a53882..256ca5e 100644 --- a/src/github/config.ts +++ b/src/github/config.ts @@ -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`; diff --git a/src/gitlab/README.md b/src/gitlab/README.md index 9fc3c00..531cc00 100644 --- a/src/gitlab/README.md +++ b/src/gitlab/README.md @@ -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 diff --git a/src/gitlab/config.ts b/src/gitlab/config.ts index d88f3e3..1e857f8 100644 --- a/src/gitlab/config.ts +++ b/src/gitlab/config.ts @@ -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 `