We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0be9c9 commit bfb3b32Copy full SHA for bfb3b32
1 file changed
.gitlab-ci.yml
@@ -20,6 +20,10 @@ stages:
20
- generate-signing-key
21
22
variables:
23
+ # Gitlab runner features; see https://docs.gitlab.com/runner/configuration/feature-flags.html
24
+ # Fold and time all script sections
25
+ FF_SCRIPT_SECTIONS: 1
26
+
27
REGISTRY: 486234852809.dkr.ecr.us-east-1.amazonaws.com
28
BUILD_JOB_NAME: "build"
29
DEPENDENCY_CACHE_POLICY: pull
0 commit comments