Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
geomultisens
gms_preprocessing
Commits
66224aeb
Commit
66224aeb
authored
Jan 06, 2021
by
Daniel Scheffler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replaced wrong conda command against 'source'.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
4c1a3bab
Pipeline
#17652
passed with stages
in 53 minutes and 13 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
HISTORY.rst
HISTORY.rst
+2
-1
tests/CI_docker/context/setup_sicor_tables_and_cachefiles.sh
tests/CI_docker/context/setup_sicor_tables_and_cachefiles.sh
+1
-1
No files found.
HISTORY.rst
View file @
66224aeb
...
@@ -7,6 +7,7 @@ History
...
@@ -7,6 +7,7 @@ History
* Fixed typo in the docs.
* Fixed typo in the docs.
* Updated test_gms_preprocessing_install CI job.
* Updated test_gms_preprocessing_install CI job.
* Replaced wrong conda command against 'source'.
0.19.4 (2020-12-10)
0.19.4 (2020-12-10)
...
@@ -24,7 +25,7 @@ History
...
@@ -24,7 +25,7 @@ History
0.19.3 (2020-12-03)
0.19.3 (2020-12-03)
-------------------
-------------------
* Fixed issue #107 by updating py_tools_ds to v0.16.3
* Fixed issue #107 by updating py_tools_ds to v0.16.3
.
0.19.2 (2020-11-28)
0.19.2 (2020-11-28)
...
...
tests/CI_docker/context/setup_sicor_tables_and_cachefiles.sh
View file @
66224aeb
#!/usr/bin/env bash
#!/usr/bin/env bash
conda
/root/miniconda3/bin/activate ci_env
source
/root/miniconda3/bin/activate ci_env
# copy sicor cache files to sicor root directory (speeds up SICOR CI tests because table subsets dont have to be created each time)
# copy sicor cache files to sicor root directory (speeds up SICOR CI tests because table subsets dont have to be created each time)
# -> sicor root directory is the default directory of these cache files if sicor_cache_dir is not set in EnPT options
# -> sicor root directory is the default directory of these cache files if sicor_cache_dir is not set in EnPT options
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment