Skip to content

Commit dae79f1

Browse files
committed
remove debug
1 parent 497aca0 commit dae79f1

1 file changed

Lines changed: 0 additions & 28 deletions

File tree

.github/workflows/quality-checks.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -26,34 +26,6 @@ on:
2626
required: true
2727

2828
jobs:
29-
show_env_docker:
30-
runs-on: ubuntu-22.04
31-
container:
32-
image: ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
33-
options: --user 1001:1001
34-
steps:
35-
- name: show env
36-
id: show_env
37-
run: |
38-
echo "running env"
39-
env
40-
echo "showing GITHUB_OUTPUT"
41-
echo "$GITHUB_OUTPUT"
42-
echo "showing GITHUB_OUTPUT via env variable syntax"
43-
echo "$env:GITHUB_OUTPUT"
44-
show_env_no_docker:
45-
runs-on: ubuntu-22.04
46-
steps:
47-
- name: show env
48-
id: show_env
49-
run: |
50-
echo "running env"
51-
env
52-
echo "showing GITHUB_OUTPUT"
53-
echo "$GITHUB_OUTPUT"
54-
echo "showing GITHUB_OUTPUT via env variable syntax"
55-
echo "$env:GITHUB_OUTPUT"
56-
5729
quality_checks:
5830
runs-on: ubuntu-22.04
5931
container:

0 commit comments

Comments
 (0)