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 5bb31b0 commit f4b0378Copy full SHA for f4b0378
.gitignore
@@ -9,6 +9,7 @@
9
*.log
10
*.nc
11
coverage.xml
12
+resource
13
14
# output from pytest
15
random_tolerance.csv
jenkins/mergerequest
@@ -40,6 +40,7 @@ pipeline {
40
deactivate || true
41
rm -rf venv
42
rm -rf .env
43
+ rm -rf resource
44
'''
45
}
46
0 commit comments