From 661846c4a9e4db31f74b73db7712bcf413e94639 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 12 Sep 2023 06:22:06 +0000 Subject: [PATCH 01/19] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 0d4fe66ee9..a1cc4eccc5 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Mon Sep 11 01:10:46 UTC 2023 +Tue Sep 12 01:07:57 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index 1f5c69c8fc..91ab8a6ebc 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Sep 8 06:21:27 UTC 2023 +Mon Sep 11 06:21:53 UTC 2023 From 12a4628eae1df9643cd883b52a71b75b792a5a05 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 12 Sep 2023 10:53:24 -0300 Subject: [PATCH 02/19] workflow tester 87 Signed-off-by: Guillaume Falourd --- .github/workflows/12-run-workflow.yml | 4 ++-- .github/workflows/workflow-tester87.yml | 30 +++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/workflow-tester87.yml diff --git a/.github/workflows/12-run-workflow.yml b/.github/workflows/12-run-workflow.yml index fc98e5be85..05e659b2e9 100644 --- a/.github/workflows/12-run-workflow.yml +++ b/.github/workflows/12-run-workflow.yml @@ -11,7 +11,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - run: echo "First workflow was a success" - + on-failure: runs-on: ubuntu-latest if: ${{ github.event.workflow_run.conclusion == 'failure' }} @@ -32,4 +32,4 @@ jobs: WORKFLOW_CONTEXT: ${{ toJSON(github.event.workflow_run) }} run: | echo ${{ github.event.workflow_run }} - echo $WORKFLOW_CONTEXT \ No newline at end of file + echo $WORKFLOW_CONTEXT diff --git a/.github/workflows/workflow-tester87.yml b/.github/workflows/workflow-tester87.yml new file mode 100644 index 0000000000..b44b2f3fcb --- /dev/null +++ b/.github/workflows/workflow-tester87.yml @@ -0,0 +1,30 @@ +name: Test STK installation + +on: + push: + workflows_dispatch: + +jobs: + deploy-infra: + name: StackSpot Runtime Infra (v1) + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Setup upterm session + uses: lhotari/action-upterm@v1 + - name: Setup STK CLI + run: | + curl \ + --fail \ + --http2-prior-knowledge \ + --location \ + --output /tmp/stk.deb \ + --silent \ + --show-error \ + --tlsv1.3 \ + https://stk.stackspot.com/5.4.7/linux/stk.deb + sudo dpkg --install /tmp/stk.deb || echo installed + rm --force /tmp/stk.deb + - name: Show STK CLI version + run: $HOME/.stk/bin/stk --version \ No newline at end of file From 55b05cc2c08a6f99a19ad679c6a1893ad00de4be Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 12 Sep 2023 10:54:22 -0300 Subject: [PATCH 03/19] workflow tester 87 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester87.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester87.yml b/.github/workflows/workflow-tester87.yml index b44b2f3fcb..910eae9a30 100644 --- a/.github/workflows/workflow-tester87.yml +++ b/.github/workflows/workflow-tester87.yml @@ -1,8 +1,8 @@ -name: Test STK installation +name: Test 87 on: push: - workflows_dispatch: + workflow_dispatch: jobs: deploy-infra: From 7e753d1d0dac0553408cc93a33285e9095263bf3 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 12 Sep 2023 10:55:21 -0300 Subject: [PATCH 04/19] workflow tester 87 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester87.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester87.yml b/.github/workflows/workflow-tester87.yml index 910eae9a30..49b73cd422 100644 --- a/.github/workflows/workflow-tester87.yml +++ b/.github/workflows/workflow-tester87.yml @@ -4,6 +4,10 @@ on: push: workflow_dispatch: +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: deploy-infra: name: StackSpot Runtime Infra (v1) @@ -11,8 +15,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - name: Setup upterm session - uses: lhotari/action-upterm@v1 + # - name: Setup upterm session + # uses: lhotari/action-upterm@v1 - name: Setup STK CLI run: | curl \ From 2095e33d4943e9d37409bab1dae841faad2aac0e Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 12 Sep 2023 11:14:58 -0300 Subject: [PATCH 05/19] workflow tester 87 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester87.yml | 28 +++++++++++++------------ 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/.github/workflows/workflow-tester87.yml b/.github/workflows/workflow-tester87.yml index 49b73cd422..78d8e8b5fe 100644 --- a/.github/workflows/workflow-tester87.yml +++ b/.github/workflows/workflow-tester87.yml @@ -12,23 +12,25 @@ jobs: deploy-infra: name: StackSpot Runtime Infra (v1) runs-on: ubuntu-latest + container: + image: docker://stackspot/stk-cli-debian:5.4.7 steps: - name: Checkout uses: actions/checkout@v3 # - name: Setup upterm session # uses: lhotari/action-upterm@v1 - - name: Setup STK CLI - run: | - curl \ - --fail \ - --http2-prior-knowledge \ - --location \ - --output /tmp/stk.deb \ - --silent \ - --show-error \ - --tlsv1.3 \ - https://stk.stackspot.com/5.4.7/linux/stk.deb - sudo dpkg --install /tmp/stk.deb || echo installed - rm --force /tmp/stk.deb + # - name: Setup STK CLI + # run: | + # curl \ + # --fail \ + # --http2-prior-knowledge \ + # --location \ + # --output /tmp/stk.deb \ + # --silent \ + # --show-error \ + # --tlsv1.3 \ + # https://stk.stackspot.com/5.4.7/linux/stk.deb + # sudo dpkg --install /tmp/stk.deb || echo installed + # rm --force /tmp/stk.deb - name: Show STK CLI version run: $HOME/.stk/bin/stk --version \ No newline at end of file From 319aff9d575e69dd1eba8a442349ec7706e041dc Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 12 Sep 2023 11:17:31 -0300 Subject: [PATCH 06/19] workflow tester 87 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester87.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester87.yml b/.github/workflows/workflow-tester87.yml index 78d8e8b5fe..dbb31a8eaa 100644 --- a/.github/workflows/workflow-tester87.yml +++ b/.github/workflows/workflow-tester87.yml @@ -15,8 +15,8 @@ jobs: container: image: docker://stackspot/stk-cli-debian:5.4.7 steps: - - name: Checkout - uses: actions/checkout@v3 + # - name: Checkout + # uses: actions/checkout@v3 # - name: Setup upterm session # uses: lhotari/action-upterm@v1 # - name: Setup STK CLI From e77d02b732a5c8754c896583be9ffb4d71387a6b Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 12 Sep 2023 11:21:50 -0300 Subject: [PATCH 07/19] workflow tester 87 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester87.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester87.yml b/.github/workflows/workflow-tester87.yml index dbb31a8eaa..b11f4ff5dd 100644 --- a/.github/workflows/workflow-tester87.yml +++ b/.github/workflows/workflow-tester87.yml @@ -17,8 +17,8 @@ jobs: steps: # - name: Checkout # uses: actions/checkout@v3 - # - name: Setup upterm session - # uses: lhotari/action-upterm@v1 + - name: Setup upterm session + uses: lhotari/action-upterm@v1 # - name: Setup STK CLI # run: | # curl \ From d5e3fea7d739893d1532be51f57001d074919496 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 12 Sep 2023 11:25:37 -0300 Subject: [PATCH 08/19] workflow tester 87 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester87.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/workflow-tester87.yml b/.github/workflows/workflow-tester87.yml index b11f4ff5dd..5b9d4e7fb0 100644 --- a/.github/workflows/workflow-tester87.yml +++ b/.github/workflows/workflow-tester87.yml @@ -17,6 +17,8 @@ jobs: steps: # - name: Checkout # uses: actions/checkout@v3 + - run: + apt-get install sudo - name: Setup upterm session uses: lhotari/action-upterm@v1 # - name: Setup STK CLI @@ -32,5 +34,15 @@ jobs: # https://stk.stackspot.com/5.4.7/linux/stk.deb # sudo dpkg --install /tmp/stk.deb || echo installed # rm --force /tmp/stk.deb + - name: Show STK CLI version + run: $HOME/.stk/bin/stk --version + + + deploy-infra-ubuntu: + name: StackSpot Runtime Infra (v1) + runs-on: ubuntu-latest + container: + image: docker://stackspot/stk-cli-ubuntu:5.4.7 + steps: - name: Show STK CLI version run: $HOME/.stk/bin/stk --version \ No newline at end of file From 351979dc1827962f50d6d398f8937bac068c9590 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 12 Sep 2023 11:29:53 -0300 Subject: [PATCH 09/19] workflow tester 87 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester87.yml | 37 +++++++++---------------- 1 file changed, 13 insertions(+), 24 deletions(-) diff --git a/.github/workflows/workflow-tester87.yml b/.github/workflows/workflow-tester87.yml index 5b9d4e7fb0..18382eceab 100644 --- a/.github/workflows/workflow-tester87.yml +++ b/.github/workflows/workflow-tester87.yml @@ -10,39 +10,28 @@ concurrency: jobs: deploy-infra: - name: StackSpot Runtime Infra (v1) + name: StackSpot Runtime Infra Debian (v1) runs-on: ubuntu-latest container: image: docker://stackspot/stk-cli-debian:5.4.7 steps: - # - name: Checkout - # uses: actions/checkout@v3 - - run: - apt-get install sudo - - name: Setup upterm session - uses: lhotari/action-upterm@v1 - # - name: Setup STK CLI - # run: | - # curl \ - # --fail \ - # --http2-prior-knowledge \ - # --location \ - # --output /tmp/stk.deb \ - # --silent \ - # --show-error \ - # --tlsv1.3 \ - # https://stk.stackspot.com/5.4.7/linux/stk.deb - # sudo dpkg --install /tmp/stk.deb || echo installed - # rm --force /tmp/stk.deb - - name: Show STK CLI version + - name: Show STK CLI version (1) + continue-on-error: true run: $HOME/.stk/bin/stk --version + - name: Show STK CLI version (2) + continue-on-error: true + run: stk --version deploy-infra-ubuntu: - name: StackSpot Runtime Infra (v1) + name: StackSpot Runtime Infra Ubuntu (v1) runs-on: ubuntu-latest container: image: docker://stackspot/stk-cli-ubuntu:5.4.7 steps: - - name: Show STK CLI version - run: $HOME/.stk/bin/stk --version \ No newline at end of file + - name: Show STK CLI version (1) + continue-on-error: true + run: $HOME/.stk/bin/stk --version + - name: Show STK CLI version (2) + continue-on-error: true + run: stk --version \ No newline at end of file From 59ca2125b0a4d43bf720e65a10a3ecdb712eda87 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 12 Sep 2023 11:34:02 -0300 Subject: [PATCH 10/19] workflow tester 87 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester87.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester87.yml b/.github/workflows/workflow-tester87.yml index 18382eceab..fb3587b99b 100644 --- a/.github/workflows/workflow-tester87.yml +++ b/.github/workflows/workflow-tester87.yml @@ -34,4 +34,12 @@ jobs: run: $HOME/.stk/bin/stk --version - name: Show STK CLI version (2) continue-on-error: true - run: stk --version \ No newline at end of file + run: stk --version + + deploy: + name: StackSpot Runtime Infra Debian (v1) + runs-on: ubuntu-latest + steps: + - name: Show STK CLI version (1) + continue-on-error: true + run: docker run stackspot/stk-cli-debian:5.4.7 --version \ No newline at end of file From c8ab6937d53e326edc335163381db93b4f1ddb05 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 12 Sep 2023 11:35:06 -0300 Subject: [PATCH 11/19] workflow tester 87 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester87.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester87.yml b/.github/workflows/workflow-tester87.yml index fb3587b99b..94e784dfd0 100644 --- a/.github/workflows/workflow-tester87.yml +++ b/.github/workflows/workflow-tester87.yml @@ -42,4 +42,13 @@ jobs: steps: - name: Show STK CLI version (1) continue-on-error: true - run: docker run stackspot/stk-cli-debian:5.4.7 --version \ No newline at end of file + run: docker run stackspot/stk-cli-debian:5.4.7 --version + + test: + name: StackSpot Runtime Infra Debian (v1) + runs-on: ubuntu-latest + container: + image: docker://stackspot/stk-cli-debian:5.4.7 + steps: + - name: Show STK CLI version + run: --version \ No newline at end of file From 2d6a1fd2666c2494f1a031996601b69146d062c3 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 12 Sep 2023 11:35:54 -0300 Subject: [PATCH 12/19] workflow tester 87 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester87.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-tester87.yml b/.github/workflows/workflow-tester87.yml index 94e784dfd0..e28131ab4d 100644 --- a/.github/workflows/workflow-tester87.yml +++ b/.github/workflows/workflow-tester87.yml @@ -37,7 +37,7 @@ jobs: run: stk --version deploy: - name: StackSpot Runtime Infra Debian (v1) + name: deploy runs-on: ubuntu-latest steps: - name: Show STK CLI version (1) @@ -45,7 +45,7 @@ jobs: run: docker run stackspot/stk-cli-debian:5.4.7 --version test: - name: StackSpot Runtime Infra Debian (v1) + name: test runs-on: ubuntu-latest container: image: docker://stackspot/stk-cli-debian:5.4.7 From 72e790b20c5b4bd85aed92688018eeeedb30b000 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 12 Sep 2023 11:42:42 -0300 Subject: [PATCH 13/19] workflow tester 87 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester87.yml | 29 ++++++++----------------- 1 file changed, 9 insertions(+), 20 deletions(-) diff --git a/.github/workflows/workflow-tester87.yml b/.github/workflows/workflow-tester87.yml index e28131ab4d..09bd6289f5 100644 --- a/.github/workflows/workflow-tester87.yml +++ b/.github/workflows/workflow-tester87.yml @@ -19,22 +19,6 @@ jobs: continue-on-error: true run: $HOME/.stk/bin/stk --version - name: Show STK CLI version (2) - continue-on-error: true - run: stk --version - - - deploy-infra-ubuntu: - name: StackSpot Runtime Infra Ubuntu (v1) - runs-on: ubuntu-latest - container: - image: docker://stackspot/stk-cli-ubuntu:5.4.7 - steps: - - name: Show STK CLI version (1) - continue-on-error: true - run: $HOME/.stk/bin/stk --version - - name: Show STK CLI version (2) - continue-on-error: true - run: stk --version deploy: name: deploy @@ -47,8 +31,13 @@ jobs: test: name: test runs-on: ubuntu-latest - container: - image: docker://stackspot/stk-cli-debian:5.4.7 + container: stackspot/stk-cli-debian:5.4.7 steps: - - name: Show STK CLI version - run: --version \ No newline at end of file + - name: Show STK CLI version (1) + continue-on-error: true + run: --version + - name: Show STK CLI version (2) + continue-on-error: true + run: .stk/bin/stk --version + - name: Show STK CLI version (3) + run: stk --version \ No newline at end of file From a62811e52e77f0c3c9387494c23e1e11897c601c Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 12 Sep 2023 11:43:13 -0300 Subject: [PATCH 14/19] workflow tester 87 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester87.yml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/workflows/workflow-tester87.yml b/.github/workflows/workflow-tester87.yml index 09bd6289f5..e481c918be 100644 --- a/.github/workflows/workflow-tester87.yml +++ b/.github/workflows/workflow-tester87.yml @@ -9,16 +9,15 @@ concurrency: cancel-in-progress: true jobs: - deploy-infra: - name: StackSpot Runtime Infra Debian (v1) - runs-on: ubuntu-latest - container: - image: docker://stackspot/stk-cli-debian:5.4.7 - steps: - - name: Show STK CLI version (1) - continue-on-error: true - run: $HOME/.stk/bin/stk --version - - name: Show STK CLI version (2) + # deploy-infra: + # name: StackSpot Runtime Infra Debian (v1) + # runs-on: ubuntu-latest + # container: + # image: docker://stackspot/stk-cli-debian:5.4.7 + # steps: + # - name: Show STK CLI version (1) + # continue-on-error: true + # run: $HOME/.stk/bin/stk --version deploy: name: deploy From 1251699ec88c6a41d52f5581a6b0d6a91f63cbe5 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 12 Sep 2023 12:07:27 -0300 Subject: [PATCH 15/19] workflow tester 87 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester87.yml | 52 ++++++++++++------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/.github/workflows/workflow-tester87.yml b/.github/workflows/workflow-tester87.yml index e481c918be..d471222c75 100644 --- a/.github/workflows/workflow-tester87.yml +++ b/.github/workflows/workflow-tester87.yml @@ -9,34 +9,34 @@ concurrency: cancel-in-progress: true jobs: - # deploy-infra: - # name: StackSpot Runtime Infra Debian (v1) - # runs-on: ubuntu-latest - # container: - # image: docker://stackspot/stk-cli-debian:5.4.7 - # steps: - # - name: Show STK CLI version (1) - # continue-on-error: true - # run: $HOME/.stk/bin/stk --version - - deploy: - name: deploy + deploy-infra: + name: StackSpot Runtime Infra Debian (v1) runs-on: ubuntu-latest + container: + image: docker://stackspot/stk-cli-debian:5.4.7 steps: - name: Show STK CLI version (1) continue-on-error: true - run: docker run stackspot/stk-cli-debian:5.4.7 --version + run: /home/stk/.stk/bin/stk --version - test: - name: test - runs-on: ubuntu-latest - container: stackspot/stk-cli-debian:5.4.7 - steps: - - name: Show STK CLI version (1) - continue-on-error: true - run: --version - - name: Show STK CLI version (2) - continue-on-error: true - run: .stk/bin/stk --version - - name: Show STK CLI version (3) - run: stk --version \ No newline at end of file + # deploy: + # name: deploy + # runs-on: ubuntu-latest + # steps: + # - name: Show STK CLI version (1) + # continue-on-error: true + # run: docker run stackspot/stk-cli-debian:5.4.7 --version + + # test: + # name: test + # runs-on: ubuntu-latest + # container: stackspot/stk-cli-debian:5.4.7 + # steps: + # - name: Show STK CLI version (1) + # continue-on-error: true + # run: --version + # - name: Show STK CLI version (2) + # continue-on-error: true + # run: .stk/bin/stk --version + # - name: Show STK CLI version (3) + # run: stk --version \ No newline at end of file From ac817a09cc232a2391e2e08a584d6b62f35081d9 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 12 Sep 2023 12:09:14 -0300 Subject: [PATCH 16/19] workflow tester 87 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester87.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-tester87.yml b/.github/workflows/workflow-tester87.yml index d471222c75..dcc99b6425 100644 --- a/.github/workflows/workflow-tester87.yml +++ b/.github/workflows/workflow-tester87.yml @@ -14,9 +14,9 @@ jobs: runs-on: ubuntu-latest container: image: docker://stackspot/stk-cli-debian:5.4.7 + options: --user root steps: - name: Show STK CLI version (1) - continue-on-error: true run: /home/stk/.stk/bin/stk --version # deploy: From 4b54f09b5220ab06cc807dfaf909f9cd8dcfe166 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 12 Sep 2023 14:54:12 -0300 Subject: [PATCH 17/19] fix: docker run Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester87.yml | 34 +++++-------------------- 1 file changed, 7 insertions(+), 27 deletions(-) diff --git a/.github/workflows/workflow-tester87.yml b/.github/workflows/workflow-tester87.yml index dcc99b6425..4162b06c93 100644 --- a/.github/workflows/workflow-tester87.yml +++ b/.github/workflows/workflow-tester87.yml @@ -9,34 +9,14 @@ concurrency: cancel-in-progress: true jobs: - deploy-infra: + test: name: StackSpot Runtime Infra Debian (v1) runs-on: ubuntu-latest - container: - image: docker://stackspot/stk-cli-debian:5.4.7 - options: --user root steps: - name: Show STK CLI version (1) - run: /home/stk/.stk/bin/stk --version - - # deploy: - # name: deploy - # runs-on: ubuntu-latest - # steps: - # - name: Show STK CLI version (1) - # continue-on-error: true - # run: docker run stackspot/stk-cli-debian:5.4.7 --version - - # test: - # name: test - # runs-on: ubuntu-latest - # container: stackspot/stk-cli-debian:5.4.7 - # steps: - # - name: Show STK CLI version (1) - # continue-on-error: true - # run: --version - # - name: Show STK CLI version (2) - # continue-on-error: true - # run: .stk/bin/stk --version - # - name: Show STK CLI version (3) - # run: stk --version \ No newline at end of file + run: | + docker run -t --entrypoint /bin/bash -v $(pwd):/data stackspot/stk-cli-debian:5.4.7 -c ' + cd /data + ~/.stk/bin/stk -v + env: + HTTP_ENABLE_DEBUG: true From 94f048fc5e9e44f7c1276022fd74b163d132035b Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 12 Sep 2023 14:57:53 -0300 Subject: [PATCH 18/19] fix: docker run Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester87.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/workflow-tester87.yml b/.github/workflows/workflow-tester87.yml index 4162b06c93..b66fb865d0 100644 --- a/.github/workflows/workflow-tester87.yml +++ b/.github/workflows/workflow-tester87.yml @@ -18,5 +18,6 @@ jobs: docker run -t --entrypoint /bin/bash -v $(pwd):/data stackspot/stk-cli-debian:5.4.7 -c ' cd /data ~/.stk/bin/stk -v + ' env: HTTP_ENABLE_DEBUG: true From b3204b3b9843f9968e0fd61556753affc8d1f430 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Wed, 13 Sep 2023 04:13:10 +0000 Subject: [PATCH 19/19] macos full remote workflow --- macos_report_full_remote.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 macos_report_full_remote.txt diff --git a/macos_report_full_remote.txt b/macos_report_full_remote.txt new file mode 100644 index 0000000000..7f4ffc88ff --- /dev/null +++ b/macos_report_full_remote.txt @@ -0,0 +1 @@ +Wed Sep 13 04:13:09 UTC 2023