Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gaetano Raffaele
moringa
Commits
7ad58cd3
Commit
7ad58cd3
authored
Jul 16, 2020
by
Vincent Delbar
Browse files
Test gitlab-ci with compressed aux_data
parent
c199b505
Pipeline
#14420
failed with stage
in 11 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7ad58cd3
...
...
@@ -19,8 +19,4 @@ base-otb:
services
:
-
docker:19.03.8-dind
script
:
-
docker build -t moringa docker/moringa
-
docker build -t moringa .
Dockerfile
View file @
7ad58cd3
...
...
@@ -30,5 +30,6 @@ RUN wget -q http://step.esa.int/thirdparties/sen2cor/2.8.0/Sen2Cor-02.08.00-Linu
&&
bash Sen2Cor-02.08.00-Linux64.run
&&
rm
Sen2Cor-02.08.00-Linux64.run
-f
# Copy all required files from repo
COPY
--chown=moringa aux_data /home/moringa/aux_data
COPY
--chown=moringa *.py *.cfg /home/moringa/
COPY
--chown=moringa aux_data.zip /home/moringa/
RUN
unzip aux_data.zip
&&
rm
aux_data.zip
aux_data.zip
0 → 100644
View file @
7ad58cd3
File added
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