Skip to content

Commit

Permalink
Update ci-pipeline.yml: envvar chk
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyBRoswell authored Aug 27, 2024
1 parent e82f546 commit 9fe029a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: envvar chk
run: python -c "import os; print(os.getenv('CELL_GITHUB'))"

- name: Build docker
run: |
echo '-> envvar:'
Expand Down

0 comments on commit 9fe029a

Please sign in to comment.