aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/test-all.yaml2
-rw-r--r--.github/workflows/test-manual.yaml2
-rw-r--r--.github/workflows/test-pr.yaml2
-rw-r--r--.github/workflows/test-scenarios.yaml2
-rw-r--r--devcontainers-cli-0.3.0.tgzbin272124 -> 0 bytes
-rw-r--r--devcontainers-cli-0.6.0-jospicer01.tgzbin0 -> 276813 bytes
6 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/test-all.yaml b/.github/workflows/test-all.yaml
index be86dc8..30d96a3 100644
--- a/.github/workflows/test-all.yaml
+++ b/.github/workflows/test-all.yaml
@@ -43,4 +43,4 @@ jobs:
- uses: actions/checkout@v2
- name: " Testing '${{ matrix.features }}' against '${{ matrix.baseImage }}'"
- run: npx --yes ./devcontainers-cli-0.3.0.tgz features test -f ${{ matrix.features }} -i ${{ matrix.baseImage }} -c `pwd`
+ run: npx --yes ./devcontainers-cli-0.6.0-jospicer01.tgz features test -f ${{ matrix.features }} -i ${{ matrix.baseImage }} -c `pwd`
diff --git a/.github/workflows/test-manual.yaml b/.github/workflows/test-manual.yaml
index 0306ac9..7b4676a 100644
--- a/.github/workflows/test-manual.yaml
+++ b/.github/workflows/test-manual.yaml
@@ -22,4 +22,4 @@ jobs:
- uses: actions/checkout@v2
- name: " Testing '${{ github.event.inputs.features }}' against '${{ github.event.inputs.baseImage }}'"
- run: npx --yes ./devcontainers-cli-0.3.0.tgz features test --features ${{ github.event.inputs.features }} --base-image ${{ github.event.inputs.baseImage }} --collection-folder `pwd` --log-level ${{ github.event.inputs.logLevel }}
+ run: npx --yes ./devcontainers-cli-0.6.0-jospicer01.tgz features test --features ${{ github.event.inputs.features }} --base-image ${{ github.event.inputs.baseImage }} --collection-folder `pwd` --log-level ${{ github.event.inputs.logLevel }}
diff --git a/.github/workflows/test-pr.yaml b/.github/workflows/test-pr.yaml
index e242ad1..3607835 100644
--- a/.github/workflows/test-pr.yaml
+++ b/.github/workflows/test-pr.yaml
@@ -56,4 +56,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: " Testing '${{ matrix.features }}' against '${{ matrix.baseImage }}'"
- run: npx --yes ./devcontainers-cli-0.3.0.tgz features test -f ${{ matrix.features }} -i ${{ matrix.baseImage }} -c `pwd`
+ run: npx --yes ./devcontainers-cli-0.6.0-jospicer01.tgz features test -f ${{ matrix.features }} -i ${{ matrix.baseImage }} -c `pwd`
diff --git a/.github/workflows/test-scenarios.yaml b/.github/workflows/test-scenarios.yaml
index dbb3c1a..4f9446f 100644
--- a/.github/workflows/test-scenarios.yaml
+++ b/.github/workflows/test-scenarios.yaml
@@ -13,4 +13,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: " Running predefined test scenarios"
- run: npx --yes ./devcontainers-cli-0.3.0.tgz features test --scenarios `pwd`/test-scenarios -c `pwd`
+ run: npx --yes ./devcontainers-cli-0.6.0-jospicer01.tgz features test --scenarios `pwd`/test-scenarios -c `pwd`
diff --git a/devcontainers-cli-0.3.0.tgz b/devcontainers-cli-0.3.0.tgz
deleted file mode 100644
index f1ee4b4..0000000
--- a/devcontainers-cli-0.3.0.tgz
+++ /dev/null
Binary files differ
diff --git a/devcontainers-cli-0.6.0-jospicer01.tgz b/devcontainers-cli-0.6.0-jospicer01.tgz
new file mode 100644
index 0000000..bd178f9
--- /dev/null
+++ b/devcontainers-cli-0.6.0-jospicer01.tgz
Binary files differ