Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Jul 21, 2024
1 parent e9e8fc5 commit f5d5eb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-cd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ jobs:
- build_rbenv_deb
- build_rbenv_rpm
outputs:
ci_artifacts_run_number: steps.get_ci_artifacts_run_number.outputs.number
ci_artifacts_run_number: ${{ steps.get_ci_artifacts_run_number.outputs.number }}
runs-on: ubuntu-24.04
environment: test
if: 'always()'
Expand All @@ -1023,7 +1023,8 @@ jobs:
uses: google-github-actions/setup-gcloud@v2
with:
version: '>= 363.0.0'
- id: get_ci_artifacts_run_number
- name: Take note of CI artifacts run number
id: get_ci_artifacts_run_number
run: echo "number=$CI_ARTIFACTS_RUN_NUMBER" >> "$GITHUB_OUTPUT"


Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/ci-cd-main.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ jobs:
- build_rbenv_deb
- build_rbenv_rpm
outputs:
ci_artifacts_run_number: steps.get_ci_artifacts_run_number.outputs.number
ci_artifacts_run_number: ${{ steps.get_ci_artifacts_run_number.outputs.number }}
runs-on: ubuntu-24.04
environment: test
if: 'always()'
Expand All @@ -662,7 +662,8 @@ jobs:
uses: google-github-actions/setup-gcloud@v2
with:
version: '>= 363.0.0'
- id: get_ci_artifacts_run_number
- name: Take note of CI artifacts run number
id: get_ci_artifacts_run_number
run: echo "number=$CI_ARTIFACTS_RUN_NUMBER" >> "$GITHUB_OUTPUT"


Expand Down

0 comments on commit f5d5eb9

Please sign in to comment.