We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff6f46 commit 7df9349Copy full SHA for 7df9349
.one-pipeline.yaml
@@ -20,6 +20,7 @@ detect-secrets:
20
skip: true
21
script: |
22
#!/usr/bin/env bash
23
+ echo $STAGE
24
25
echo "Skipping detect-secrets as it's already run as part of code-compliance-checks"
26
exit 0
@@ -98,6 +99,7 @@ deploy:
98
99
image: icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.12
100
101
102
103
104
echo "Skipping deploy as it's already run as part of acceptance-test"
105
@@ -117,7 +119,6 @@ acceptance-test:
117
119
118
120
121
-
122
echo $STAGE
123
124
PERIODIC_SCAN=$(get_env periodic-rescan)
0 commit comments