diff --git a/contrib/workflow-templates/demo-workflow-hello-world/1.pipeline.yml b/contrib/workflow-templates/demo-workflow-hello-world/1.pipeline.yml index a8883e8e88..6b0a092b86 100644 --- a/contrib/workflow-templates/demo-workflow-hello-world/1.pipeline.yml +++ b/contrib/workflow-templates/demo-workflow-hello-world/1.pipeline.yml @@ -9,6 +9,9 @@ jobs: steps: - script: - echo "Building my application" + - name: Display env variables + script: + - env - job: package stage: package steps: