Skip to content
Snippets Groups Projects
Commit 8cc355da authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-205: Fix newline at eof

parent b26e5931
No related branches found
No related tags found
1 merge request!183Docker image building & pushing with CI pipeline caching
...@@ -282,4 +282,4 @@ wheel_packaging: ...@@ -282,4 +282,4 @@ wheel_packaging:
- pip3 install -r docker-compose/itango/lofar-requirements.txt - pip3 install -r docker-compose/itango/lofar-requirements.txt
script: script:
- cd tangostationcontrol - cd tangostationcontrol
- python setup.py bdist_wheel - python setup.py bdist_wheel
\ No newline at end of file
...@@ -50,8 +50,7 @@ docker-compose directory corresponds to one image. ...@@ -50,8 +50,7 @@ docker-compose directory corresponds to one image.
### Gitlab CI phases ### Gitlab CI phases
The building and pushing of docker images is performed in two separate phases. Docker images are build and pushed in two stages. First external images are
This is because certain stages will depend on the presence of the base images. downloaded, retagged and pushed to our own registry.
The base images will run as first
`git diff --name-only HEAD~1..HEAD ./` `git diff --name-only HEAD~1..HEAD ./`
\ No newline at end of file
...@@ -121,4 +121,4 @@ if [ ! -z "${1+x}" ] && [ "${1}" == "pull" ]; then ...@@ -121,4 +121,4 @@ if [ ! -z "${1+x}" ] && [ "${1}" == "pull" ]; then
fi fi
# Someone nothing ran, that is an error do not fail silently # Someone nothing ran, that is an error do not fail silently
exit 1 exit 1
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment