We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c8902c commit 0c797cfCopy full SHA for 0c797cf
.dockerignore
@@ -1,7 +1,8 @@
1
node_modules
2
localData/*
3
localMetadata/*
4
-.git
+# Keep the .git/HEAD file in order to properly report version
5
+.git/objects
6
.github
7
.tox
8
coverage
eve/main.yml
@@ -152,6 +152,11 @@ stages:
152
- ShellCommand: *yarn-install
153
- ShellCommand: *add-hostname
154
- ShellCommand: *credentials
155
+ - ShellCommand:
156
+ name: Unit Coverage mandatory file
157
+ command: |
158
+ set -ex
159
+ test -f .git/HEAD
160
- ShellCommand:
161
name: Linting
162
command: |
0 commit comments